ExpandedPriority Class

Definition

Provides methods and fields for working with the expanded scale of job priority values available in Windows HPC Server 2008 R2.

public static class ExpandedPriority
type ExpandedPriority = class
Public Class ExpandedPriority
Inheritance
ExpandedPriority

Fields

AboveNormal

Represents the minimum expanded priority value that corresponds to an AboveNormal priority and has a value of 3000.

BelowNormal

Represents the minimum expanded priority value that corresponds to a BelowNormal priority and has a value of 1000.

Highest

Represents the Highest priority and has a value of 4000.

LevelsPerPriorityBucket

Represents the number of values in the expanded priority scale that are in the range of values that are associated with each named priority value.

Lowest

Represents the minimum expanded priority value that corresponds to a Lowest priority and has a value of 0.

Normal

Represents the minimum expanded priority value that corresponds to a Normal priority and has a value of 2000.

Methods

CeilingOfPriorityBucket(Int32)
ExpandedPriorityToJobPriority(Int32)
GetJobPriorityAndOffsetString(Int32, Nullable<JobPriority>, String)
JobPriorityToExpandedPriority(Int32)
ToString(Int32)
TryParse(String, Int32)

Applies to