Enum to set the thread priority

Namespace: Crestron.SimplSharpPro.CrestronThread
Assembly: SimplSharpPro (in SimplSharpPro.exe)

Syntax

C#
public enum eThreadPriority

Members

Member nameValueDescription
NotSet-1 Thread has not started yet
LowestPriority255 Lowest thread priority
MediumPriority253 Medium priority
HighPriority251 High priority
UberPriority250 Uber High Priority

See Also