TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

enum ThreadPriority in Tinman.Core.Threading

Enumeration of thread priorities.

enum ThreadPriority  

Items

Lowest = 0

Lowest thread priority.

Lower = 1

Lower thread priority than Normal.

Normal = 2

Normal thread priority.

Higher = 3

Higher thread priority than Normal.

Highest = 4

Highest thread priority.