DefinitionQueueStatus Enumeration
Specifies the status of a definition queue.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Enumeration DefinitionQueueStatus
public enum DefinitionQueueStatus
public enum class DefinitionQueueStatus
type DefinitionQueueStatus
public enum DefinitionQueueStatus
Members
Member name | Description | |
---|---|---|
Disabled | When disabled, the definition queue will not allow for 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. | |
Enabled | When enabled, the definition queue allows for 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 | When paused, the definition queue allows for 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. |