DefinitionQueueStatus 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.
[System.Runtime.Serialization.DataContract]
public enum DefinitionQueueStatus
type DefinitionQueueStatus =
Public Enum DefinitionQueueStatus
- Inheritance
-
DefinitionQueueStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
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. |
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. |
Disabled | 2 | When disabled the definition queue will not allow builds to be queued by users and the system will not queue scheduled, gated or continuous integration builds. Builds already in the queue will not be started by the system. |