Skip to main content

Module priority

Module priority 

Source
Expand description

Priority discriminants.

Constantsยง

CRITICAL
Highest priority - interactive/latency-critical work.
HIGH
High priority - important but not latency-critical.
IDLE
Idle priority - processed only when no other work exists.
LOW
Low priority - background, non-urgent work.
NORMAL
Normal priority - the default for all work.