Specifies the priority level of a thread. The priority level is not an absolute level, but instead contributes to the actual thread priority by considering the priority class of the process.
[Visual Basic] Public Enum ThreadPriorityLevel [C#] public enum ThreadPriorityLevel [C++] public enum ThreadPriorityLevel
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
AboveNormal | Above normal priority |
BelowNormal | Below normal priority |
Highest | Highest priority |
Idle | Idle priority |
Lowest | Lowest priority |
Normal | Normal priority |
TimeCritical | Time critical priority |
Namespace: System.Diagnostics
Assembly: System.Diagnostics.dll