protected constant Job::ALL_STATUSES in Apigee Edge 8
Job statuses.
File
- src/
Job/ Job.php, line 74
Class
- Job
- Defines the Job class.
Namespace
Drupal\apigee_edge\JobCode
protected const ALL_STATUSES = [
self::IDLE,
self::RESCHEDULED,
self::SELECTED,
self::RUNNING,
self::FAILED,
self::FINISHED,
];