enum

X::Process::Priority

Inherits Enum / Comparable / Value / Object

Process priority levels for scheduling

Constants

Low = 0
Normal = 1
High = 2
Max = 3

Instance methods

high?

Returns true if this enum value equals High

Source
low?

Returns true if this enum value equals Low

Source
max?

Returns true if this enum value equals Max

Source
normal?

Returns true if this enum value equals Normal

Source