ThreadPriority() Constants

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

ThreadPriority() Constants

Post by nco2k »

something like this:

Code: Select all

#PB_ThreadPriority_Lowest = 1
#PB_ThreadPriority_Low = 8
#PB_ThreadPriority_Normal = 16
#PB_ThreadPriority_High = 23
#PB_ThreadPriority_Highest = 31
#PB_ThreadPriority_Critical = 32
c ya,
nco2k
If OSVersion() = #PB_OS_Windows_ME : End : EndIf