You are here

public function AcquiaPurgeQueueStatusInterface::getStatusBoolean in Acquia Purge 7

Get a boolean representation of the general status of this object.

Return value

bool|null

File

lib/queue/AcquiaPurgeQueueStatusInterface.php, line 60

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