This documentation is archived and is not being maintained.

TeamFoundationJobQueuedReasons Enumeration

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)

[FlagsAttribute]
public enum TeamFoundationJobQueuedReasons

Member nameDescription
NoneThere is no reason to execute the job.

PreviousExecutionResultJob is requeued because of a previous execution result, such as Blocked, Inactive.

QueuedThe job was queued by means of QueueJobNow or QueueOneTimeJob.

QueuedWhileInProgressDuring the previous execution of the job, it was queued again by means of QueueJobNow.

ScheduledThe job has an associated schedule.

Show: