This documentation is archived and is not being maintained.
TeamFoundationJobQueuedReasons Enumeration
Visual Studio 2013
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)
| 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. |
Show: