Page 1 of 1

Constants for ThreadPriority()

Posted: Thu Jan 06, 2011 10:12 pm
by AND51
Similar to NetworkServerEvent() and NetworkClientEvent(), where constants were implemented, how about constants for ThreadPriority?

Code: Select all

#PB_ThreadPriority_Low      = 1
#PB_ThreadPriority_Normal   = 16
#PB_ThreadPriority_High     = 31
#PB_ThreadPriority_Critical = 32
The last constant could also be named "realtime" to better fit the (Window's) taskmanager.