JobPriorityLevel Enumeration

Priority associated with one schedule or execution of a job.

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Enumeration JobPriorityLevel
public enum JobPriorityLevel
public enum class JobPriorityLevel
type JobPriorityLevel
public enum JobPriorityLevel

Members

Member name Description
BelowNormal

Highest

Lowest

None

Normal

Remarks

Modeled after Windows' thread priority levels and System.Threading.ThreadPriority. TimeCritical not currently supported.

See Also

Reference

Microsoft.TeamFoundation.Framework.Common Namespace