You are here

public property FeedsState::$progress in Feeds 8.2

Floating point number denoting the progress made. 0.0 meaning no progress 1.0 = FEEDS_BATCH_COMPLETE meaning finished.

File

lib/Drupal/feeds/FeedsState.php, line 13

Class

FeedsState
Status of an import or clearing operation on a source.

Namespace

Drupal\feeds

Code

public $progress;