Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the options to requeue a build request.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Enumeration QueuedBuildRetryOption
public enum QueuedBuildRetryOption
public enum class QueuedBuildRetryOption
type QueuedBuildRetryOption
public enum QueuedBuildRetryOption
Members
Member name | Description | |
---|---|---|
CompletedBuild | Requeue when the request is completed. | |
InProgressBuild | Requeue when the request is still in progress. | |
None | Not an option. |