QueueStatus Enumeration
Specifies the status of a queued build.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration QueueStatus
[FlagsAttribute]
public enum QueueStatus
[FlagsAttribute]
public enum class QueueStatus
[<FlagsAttribute>]
type QueueStatus
public enum QueueStatus
Members
Member name | Description | |
---|---|---|
All | All status values. | |
Canceled | The build is canceled before it starts. | |
Completed | The build completed. | |
InProgress | The build is currently in progress. | |
None | No status. | |
Postponed | The build is inactive in the queue. | |
Queued | The build is active in the queue. | |
Retry | The build has been re-queued for a retry, most likely because of failure. |