models_v2.status_12_enum module¶
-
class
models_v2.status_12_enum.
Status12Enum
[source]¶ Bases:
object
Implementation of the ‘Status12’ enum.
Specifies the current status of the event.
- Attributes:
SCHEDULED: TODO: type description here. INPROGRESS: TODO: type description here. SUCCEEDED: TODO: type description here. FAILED: TODO: type description here. CANCELED: TODO: type description here.
-
CANCELED
= 'canceled'¶
-
FAILED
= 'failed'¶
-
INPROGRESS
= 'inProgress'¶
-
SCHEDULED
= 'scheduled'¶
-
SUCCEEDED
= 'succeeded'¶