models_v2.status_19_enum module¶
-
class
models_v2.status_19_enum.
Status19Enum
[source]¶ Bases:
object
Implementation of the ‘status19’ enum.
TODO: type enum description here.
- 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'¶