This documentation is archived and is not being maintained.

QueuedBuildUpdate Enumeration

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)

[FlagsAttribute]
public enum class QueuedBuildUpdate

Member nameDescription
BatchIdThe batch ID for grouping.

NoneNo update.

PostponedUpdate is postponed.

PriorityUpdate has priority.

RequeueThe requeue option should be used.

RetryThe retry status should be used.

Show: