Skip to content

EventStatus

Enum representing all the possible event statuses.

Values

Value Description
CANCELED Canceled.
CANCELING Canceling.
FAILURE Failure.
INFO Information.
PARTIAL_SUCCESS Represents completion with warnings.
QUEUED Queued status.
RUNNING Running.
SUCCESS Success.
TASK_FAILURE Task failure status.
TASK_SUCCESS Task success status.
UNKNOWN_EVENT_STATUS Unknown event status.
WARNING Warning.