GitStatusState enum
State of the status.
Fields
| NotSet = 0 | Status state not set. Default state. |
| Pending = 1 | Status pending. |
| Succeeded = 2 | Status succeeded. |
| Failed = 3 | Status failed. |
| Error = 4 | Status with an error. |
| NotApplicable = 5 | Status is not applicable to the target object. |
| PartiallySucceeded = 6 | Status Partially Succeeded, build finished with warnings. |