Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ThreadPriorityLevel
enum
System.Diagnostics.ThreadPriorityLevel
Enumerator
Idle
Lowest
BelowNormal
Normal
AboveNormal
Highest
TimeCritical
Definition at line
3
of file
ThreadPriorityLevel.cs
.
4
{
5
Idle
= -15,
6
Lowest
= -2,
7
BelowNormal
= -1,
8
Normal = 0,
9
AboveNormal
= 1,
10
Highest
= 2,
11
TimeCritical
= 15
12
}
System.Diagnostics.ThreadPriorityLevel.TimeCritical
@ TimeCritical
System.Diagnostics.ThreadPriorityLevel.Highest
@ Highest
System.Diagnostics.ThreadPriorityLevel.Lowest
@ Lowest
System.Diagnostics.ProcessPriorityClass.AboveNormal
@ AboveNormal
System.Diagnostics.ProcessPriorityClass.BelowNormal
@ BelowNormal
System.Diagnostics.ProcessPriorityClass.Idle
@ Idle
System
Diagnostics
Generated by
1.10.0