WorkerStateEvent

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete fields

val ANY: EventType[WorkerStateEvent]

Common supertype for all worker state event types.

Common supertype for all worker state event types.

val WorkerStateCancelled: EventType[WorkerStateEvent]

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 CANCELLED state.

val WorkerStateFailed: EventType[WorkerStateEvent]

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 FAILED state.

val WorkerStateReady: EventType[WorkerStateEvent]

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 READY state.

val WorkerStateRunning: EventType[WorkerStateEvent]

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 RUNNING state.

val WorkerStateScheduled: EventType[WorkerStateEvent]

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 SCHEDULED state.

val WorkerStateSucceeded: EventType[WorkerStateEvent]

This event occurs when the state of a Worker implementation has transitioned to the SUCCEEDED state.

This event occurs when the state of a Worker implementation has transitioned to the SUCCEEDED state.

Deprecated fields

@deprecated("Use WorkerStateCancelled; WORKER_STATE_CANCELLED will be removed in a future release", "8.0.60-R10")
val WORKER_STATE_CANCELLED: EventType[WorkerStateEvent]
Deprecated
@deprecated("Use WorkerStateFailed; WORKER_STATE_FAILED will be removed in a future release", "8.0.60-R10")
val WORKER_STATE_FAILED: EventType[WorkerStateEvent]
Deprecated
@deprecated("Use WorkerStateReady; WORKER_STATE_READY will be removed in a future release", "8.0.60-R10")
val WORKER_STATE_READY: EventType[WorkerStateEvent]
Deprecated
@deprecated("Use WorkerStateRunning; WORKER_STATE_RUNNING will be removed in a future release", "8.0.60-R10")
val WORKER_STATE_RUNNING: EventType[WorkerStateEvent]
Deprecated
@deprecated("Use WorkerStateScheduled; WORKER_STATE_SCHEDULED will be removed in a future release", "8.0.60-R10")
val WORKER_STATE_SCHEDULED: EventType[WorkerStateEvent]
Deprecated
@deprecated("Use WorkerStateSucceeded; WORKER_STATE_SUCCEEDED will be removed in a future release", "8.0.60-R10")
val WORKER_STATE_SUCCEEDED: EventType[WorkerStateEvent]
Deprecated

Implicits

Implicits

implicit def sfxWorkerStateEvent2jfx(w: WorkerStateEvent): WorkerStateEvent