DeployPhaseStatus enum
Fields
Undefined = 0 | Phase status not set. |
NotStarted = 1 | Phase execution not started. |
InProgress = 2 | Phase execution in progress. |
PartiallySucceeded = 4 | Phase execution partially succeeded. |
Succeeded = 8 | Phase execution succeeded. |
Failed = 16 | Phase execution failed. |
Canceled = 32 | Phase execution canceled. |
Skipped = 64 | Phase execution skipped. |
Cancelling = 128 | Phase is in cancelling state. |