[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Enumeration specifying the priority at which a thread runs.
|
Thread only runs when other processes are idle. |
|
|
Thread runs at the lowest priority. |
|
|
Thread runs at a lower priority. |
|
|
Thread runs at normal process priority. |
|
|
Thread runs at high priority |
|
|
Thread runs at highest possible priority. |
|
|
Thread runs at realtime priority. |
|