You are here

public function AcquiaPurgeQueueStatusInterface::setStatusSucceeded in Acquia Purge 7

Set the status to AcquiaPurgeQueueStatusInterface::SUCCEEDED.

Throws

\LogicException Thrown when the status is being set in general context.

File

lib/queue/AcquiaPurgeQueueStatusInterface.php, line 122

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 setStatusSucceeded();