Enumeration: EventStatus#

EventStatus

Used in conjunction with EventAction, EventStatus values define the current status of an EventAction.

Enumeration Members#

CANCELED#

CANCELED: "canceled"

The requested operation has been canceled


ERROR#

ERROR: "error"

The requested operation has completed unsuccessfully.


IN_PROGRESS#

IN_PROGRESS: "inProgress"

The requested operation is in progress.


SUCCESS#

SUCCESS: "success"

The requested operation has completed successfully.


UNKNOWN#

UNKNOWN: "unknown"

The status of the requested operation is unknown.


WAITING#

WAITING: "waiting"

The requested operation is queued to run.


WARNING#

WARNING: "warning"

The requested operation has completed with a warning.