Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ThreadState.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Threading
 

Enumerations

enum  System.Threading.ThreadState {
  System.Threading.Running = 0 , System.Threading.StopRequested = 1 , System.Threading.SuspendRequested = 2 , System.Threading.Background = 4 ,
  System.Threading.Unstarted = 8 , System.Threading.Stopped = 0x10 , System.Threading.WaitSleepJoin = 0x20 , System.Threading.Suspended = 0x40 ,
  System.Threading.AbortRequested = 0x80 , System.Threading.Aborted = 0x100
}