You are here

constant AcquiaPurgeQueueStatusInterface::SUCCEEDED in Acquia Purge 7

The actor succeeded processing the item.

File

lib/queue/AcquiaPurgeQueueStatusInterface.php, line 21

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 SUCCEEDED = 1;