models_v2.status_13_enum module¶
-
class
models_v2.status_13_enum.Status13Enum[source]¶ Bases:
objectImplementation of the ‘Status13’ enum.
Specifies the current status of the task.
- 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'¶