GitStatusState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
State of the status.
public enum GitStatusState
type GitStatusState =
Public Enum GitStatusState
- Inheritance
-
GitStatusState
Fields
| Name | Value | Description |
|---|---|---|
| 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. |