models_v2.status_15_enum module

class models_v2.status_15_enum.Status15Enum[source]

Bases: object

Implementation of the ‘Status15’ enum.

Specifies the current status of the progress task.

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'