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\CommandCode
protected $jobStates = [
Job::STATE_QUEUED,
Job::STATE_PROCESSING,
Job::STATE_SUCCESS,
Job::STATE_FAILURE,
];