EThreadPriority
This enum describes the priority of a thread.
- LOWEST (1)
- VERY_LOW (2)
- LOWER (3)
- LOW (4)
- NORMAL (5)
- HIGH (6)
- HIGHER (7)
- VERY_HIGH (8)
- ULTRA_HIGH (9)
- HIGHEST (10)
The enum is used e.g. in the job engine.
A Java thread can be assigned priority 1 (low) to 10 (high).