Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Describes the priority of a queued build update.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration QueuedBuildUpdate
[FlagsAttribute]
public enum QueuedBuildUpdate
[FlagsAttribute]
public enum class QueuedBuildUpdate
[<FlagsAttribute>]
type QueuedBuildUpdate
public enum QueuedBuildUpdate
Members
| Member name | Description | |
|---|---|---|
| BatchId | The batch ID for grouping. | |
| None | No update. | |
| Postponed | Update is postponed. | |
| Priority | Update has priority. | |
| Requeue | The requeue option should be used. | |
| Retry | The retry status should be used. |