public function AcquiaPurgeQueueStatusInterface::setStatusFailed in Acquia Purge 7
Set the status to AcquiaPurgeQueueStatusInterface::FAILED.
Throws
\LogicException Thrown when the status is being set in general context.
File
- lib/
queue/ AcquiaPurgeQueueStatusInterface.php, line 114
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
public function setStatusFailed();