Constants for ThreadPriority()
Posted: Thu Jan 06, 2011 10:12 pm
Similar to NetworkServerEvent() and NetworkClientEvent(), where constants were implemented, how about constants for ThreadPriority?
The last constant could also be named "realtime" to better fit the (Window's) taskmanager.
Code: Select all
#PB_ThreadPriority_Low = 1
#PB_ThreadPriority_Normal = 16
#PB_ThreadPriority_High = 31
#PB_ThreadPriority_Critical = 32