OSRunPriority 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.
controls execution thread scheduling for job steps executing operating system tasks
public enum OSRunPriority
type OSRunPriority =
Public Enum OSRunPriority
- Inheritance
-
OSRunPriority
Fields
Name | Value | Description |
---|---|---|
Idle | -15 | |
BelowNormal | -1 | |
Normal | 0 | |
AboveNormal | 1 | |
TimeCritical | 15 |