constant AcquiaPurgeQueueStatusInterface::FAILED in Acquia Purge 7
The actor failed processing the item.
File
- lib/
queue/ AcquiaPurgeQueueStatusInterface.php, line 28
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 FAILED = 2;