Common supertype for all worker state event types.
This event occurs when the state of a Worker implementation has transitioned to the CANCELLED state.
This event occurs when the state of a Worker implementation has transitioned to the FAILED state.
This event occurs when the state of a Worker implementation has transitioned to the READY state.
This event occurs when the state of a Worker implementation has transitioned to the RUNNING state.
This event occurs when the state of a Worker implementation has transitioned to the SCHEDULED state.
This event occurs when the state of a Worker implementation has transitioned to the SUCCEEDED state.
(Since version 8.0.60-R10) Use WorkerStateCancelled; WORKER_STATE_CANCELLED will be removed in a future release
(Since version 8.0.60-R10) Use WorkerStateFailed; WORKER_STATE_FAILED will be removed in a future release
(Since version 8.0.60-R10) Use WorkerStateReady; WORKER_STATE_READY will be removed in a future release
(Since version 8.0.60-R10) Use WorkerStateRunning; WORKER_STATE_RUNNING will be removed in a future release
(Since version 8.0.60-R10) Use WorkerStateScheduled; WORKER_STATE_SCHEDULED will be removed in a future release
(Since version 8.0.60-R10) Use WorkerStateSucceeded; WORKER_STATE_SUCCEEDED will be removed in a future release