Enum Thread.Priority
enum Priority
: int { ... }
Enum members
Name | Description |
---|---|
priorityHigh
|
A thread running with higher priority than normally. |
priorityLow
|
A thread running with lower priority than normally. |
priorityNormal
|
A thread with a standard priority. |