models_v2.public_task_status_1_enum module¶
-
class
models_v2.public_task_status_1_enum.PublicTaskStatus1Enum[source]¶ Bases:
objectImplementation of the ‘PublicTaskStatus1’ enum.
Specifies the public task status.
- Attributes:
RUNNING: TODO: type description here. CANCELED: TODO: type description here. CANCELING: TODO: type description here. FAILED: TODO: type description here. MISSED: TODO: type description here. SUCCEEDED: TODO: type description here. SUCCEEDEDWITHWARNING: TODO: type description here. ONHOLD: TODO: type description here.
-
CANCELED= 'Canceled'¶
-
CANCELING= 'Canceling'¶
-
FAILED= 'Failed'¶
-
MISSED= 'Missed'¶
-
ONHOLD= 'OnHold'¶
-
RUNNING= 'Running'¶
-
SUCCEEDED= 'Succeeded'¶
-
SUCCEEDEDWITHWARNING= 'SucceededWithWarning'¶