Enum to set the thread priority
Namespace: Crestron.SimplSharpPro.CrestronThreadAssembly: SimplSharpPro (in SimplSharpPro.exe)
Syntax
C# |
---|
public enum eThreadPriority |
Members
Member name | Value | Description | |
---|---|---|---|
NotSet | -1 | Thread has not started yet | |
LowestPriority | 255 | Lowest thread priority | |
MediumPriority | 253 | Medium priority | |
HighPriority | 251 | High priority | |
UberPriority | 250 | Uber High Priority |