You are here

protected property AcquiaPurgeQueueStatusTrait::$context in Acquia Purge 7

The instance ID of the executor that is about to process this object, or NULL when no longer any executors are processing it. NULL is the default.

Type: string|null

File

lib/queue/AcquiaPurgeQueueStatusTrait.php, line 15

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 $context = NULL;