You are here

protected property QueueClearCommand::$jobStates in Advanced Queue 8

Allowed job states.

Type: array

File

src/Command/QueueClearCommand.php, line 47

Class

QueueClearCommand
Class ClearQueueCommand.

Namespace

Drupal\advancedqueue\Command

Code

protected $jobStates = [
  Job::STATE_QUEUED,
  Job::STATE_PROCESSING,
  Job::STATE_SUCCESS,
  Job::STATE_FAILURE,
];