ExpandedPriority Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |