Summary
Possible states of a build queue.
- 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["AzureDevOpsDefinitionQueueStatus"]
class Type type-node
Syntax
public enum AzureDevOpsDefinitionQueueStatus
Fields
Name | Constant Value | Summary |
---|---|---|
Disabled | 2 |
static
|
Enabled | 0 |
When enabled the definition queue allows builds to be queued by users.
The system will queue scheduled, gated and continuous integration builds,
and the queued builds will be started by the system.
static
|
Paused | 1 |
When paused the definition queue allows builds to be queued by users and the
system will queue scheduled, gated and continuous integration builds.
Builds in the queue will not be started by the system.
static
|