You are here

constant AcquiaPurgeQueueStatusInterface::FRESH in Acquia Purge 7

Item is new and no processing has been attempted on it yet.

File

lib/queue/AcquiaPurgeQueueStatusInterface.php, line 14

Class

AcquiaPurgeQueueStatusInterface
Describes objects capable of letting multiple actors set a SUCCEEDED or FAILED status, which can then be evaluated to a single overall outcome.

Code

const FRESH = 0;