PullRequestAsyncStatus 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.
The status of a pull request merge.
public enum PullRequestAsyncStatus
type PullRequestAsyncStatus =
Public Enum PullRequestAsyncStatus
- Inheritance
-
PullRequestAsyncStatus
Fields
| Name | Value | Description |
|---|---|---|
| NotSet | 0 | Status is not set. Default state. |
| Queued | 1 | Pull request merge is queued. |
| Conflicts | 2 | Pull request merge failed due to conflicts. |
| Succeeded | 3 | Pull request merge succeeded. |
| RejectedByPolicy | 4 | Pull request merge rejected by policy. |
| Failure | 5 | Pull request merge failed. |