models_v2.progressask_status_enum module¶
-
class
models_v2.progressask_status_enum.
ProgressaskStatusEnum
[source]¶ Bases:
object
Implementation of the ‘ProgressaskStatus’ enum.
Specifies the progress task status.
- Attributes:
ACTIVE: TODO: type description here. FINISHED: TODO: type description here. FINISHEDWITHERROR: TODO: type description here. CANCELED: TODO: type description here. FINISHEDGARBAGECOLLECTED: TODO: type description here.
-
ACTIVE
= 'Active'¶
-
CANCELED
= 'Canceled'¶
-
FINISHED
= 'Finished'¶
-
FINISHEDGARBAGECOLLECTED
= 'FinishedGarbageCollected'¶
-
FINISHEDWITHERROR
= 'FinishedWithError'¶