You are here

protected property AcquiaPurgeQueueStatusTrait::$statuses in Acquia Purge 7

Associative list in which each key is the context id and the value can be:

Type: int[]

File

lib/queue/AcquiaPurgeQueueStatusTrait.php, line 24

Class

AcquiaPurgeQueueStatusTrait
Provides methods capable of letting multiple actors set a SUCCEEDED or FAILED status, which can then be evaluated to a single overall outcome.

Code

protected $statuses = array();