COMPS.Data.Priority module

class COMPS.Data.Priority.Priority(value)[source]

Bases: Enum

An enumeration representing the Priority to run at.

Lowest = 0
BelowNormal = 1
Normal = 2
AboveNormal = 3
Highest = 4