public enum Phase.Types.StateReference documentation and code samples for the Google Cloud Deploy v1 API enum Phase.Types.State.
Valid states of a Phase.
Namespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Fields |
|
|---|---|
| Name | Description |
Aborted |
The Phase was aborted. |
Failed |
The Phase has failed. |
InProgress |
The Phase is in progress. |
Pending |
The Phase is waiting for an earlier Phase(s) to complete. |
Skipped |
The Phase was skipped. |
Succeeded |
The Phase has succeeded. |
Unspecified |
The Phase has an unspecified state. |