# os.constants.priority
Abstract type defined for os.constants.priority
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Constants
# PRIORITY_ABOVE_NORMAL
PRIORITY_ABOVE_NORMAL :Number
The process scheduling priority above PRIORITY_NORMAL
and below PRIORITY_HIGH
.
# PRIORITY_BELOW_NORMAL
PRIORITY_BELOW_NORMAL :Number
The process scheduling priority above PRIORITY_LOW
and below PRIORITY_NORMAL
.
# PRIORITY_HIGH
PRIORITY_HIGH :Number
The process scheduling priority above PRIORITY_ABOVE_NORMAL
and below PRIORITY_HIGHEST
.