Summary
Possible states of a build.
- Namespace
- Cake
.AzureDevOps .Pipelines - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["AzureDevOpsBuildStatus"]
class Type type-node
Syntax
public enum AzureDevOpsBuildStatus
Fields
Name | Constant Value | Summary |
---|---|---|
All | 47 |
All status.
static
|
Cancelling | 4 |
The build is cancelling.
static
|
Completed | 2 |
The build has been completed.
static
|
InProgress | 1 |
The build is currently in progress.
static
|
None | 0 |
Status is not set.
static
|
NotStarted | 32 |
The build has not yet started.
static
|
Postponed | 8 |
The build is inactive in the queue.
static
|