You are here

public property FeedsState::$progress in Feeds 7.2

Floating point number denoting the progress made.

0.0 meaning no progress. 1.0 = FEEDS_BATCH_COMPLETE, meaning finished.

Type: float

File

includes/FeedsSource.inc, line 84
Definition of FeedsSourceInterface, FeedsState and FeedsSource class.

Class

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

Code

public $progress;