PriorityBias Enum
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.
Defines how additional resources are allocated to jobs when the scheduling mode is set to Balanced.
public enum PriorityBias
type PriorityBias =
Public Enum PriorityBias
- Inheritance
-
PriorityBias
Fields
| Name | Value | Description |
|---|---|---|
| NoBias | 0 | Specifies that the additional resources are allocated equally across the job queue. This enumeration member represents a value of 0. |
| MediumBias | 1 | Specifies that jobs in a given priority range are given twice the share of the additional resources than the jobs in the next range below the given priority range. The priority ranges are Highest, Above Normal, Normal, Below Normal, and Lowest. This value is the default. This enumeration member represents a value of 1. |
| HighBias | 2 | Specifies that jobs in a given priority range are given ten times the share of the additional resources than the jobs in the next range below the given priority range. This enumeration member represents a value of 2. |