Flags related to job queue entries and job history entries.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration TeamFoundationJobQueuedReasons
[FlagsAttribute]
public enum TeamFoundationJobQueuedReasons
[FlagsAttribute]
public enum class TeamFoundationJobQueuedReasons
[<FlagsAttribute>]
type TeamFoundationJobQueuedReasons
public enum TeamFoundationJobQueuedReasons
Members
| Member name | Description | |
|---|---|---|
| None | There is no reason to execute the job. | |
| PreviousExecutionResult | Job is requeued because of a previous execution result, such as Blocked, Inactive. | |
| Queued | The job was queued by means of QueueJobNow or QueueOneTimeJob. | |
| QueuedWhileInProgress | During the previous execution of the job, it was queued again by means of QueueJobNow. | |
| Scheduled | The job has an associated schedule. |