# os.constants.priority

Abstract type defined for os.constants.priority

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Constants

# PRIORITY_ABOVE_NORMAL

Availability
0.8
0.8
9.2.0
PRIORITY_ABOVE_NORMAL :Number

The process scheduling priority above PRIORITY_NORMAL and below PRIORITY_HIGH.


# PRIORITY_BELOW_NORMAL

Availability
0.8
0.8
9.2.0
PRIORITY_BELOW_NORMAL :Number

The process scheduling priority above PRIORITY_LOW and below PRIORITY_NORMAL.


# PRIORITY_HIGH

Availability
0.8
0.8
9.2.0
PRIORITY_HIGH :Number

The process scheduling priority above PRIORITY_ABOVE_NORMAL and below PRIORITY_HIGHEST.


# PRIORITY_HIGHEST

Availability
0.8
0.8
9.2.0
PRIORITY_HIGHEST :Number

The highest process scheduling priority.


# PRIORITY_LOW

Availability
0.8
0.8
9.2.0
PRIORITY_LOW :Number

The lowest process scheduling priority.


# PRIORITY_NORMAL

Availability
0.8
0.8
9.2.0
PRIORITY_NORMAL :Number

The default process scheduling priority.