terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ TaskStatus

Enumerator
Created 
WaitingForActivation 
WaitingToRun 
Running 
WaitingForChildrenToComplete 
RanToCompletion 
Canceled 
Faulted 

Definition at line 6 of file TaskStatus.cs.

7 {
8 // Token: 0x04000A51 RID: 2641
10 // Token: 0x04000A52 RID: 2642
12 // Token: 0x04000A53 RID: 2643
14 // Token: 0x04000A54 RID: 2644
15 Running,
16 // Token: 0x04000A55 RID: 2645
18 // Token: 0x04000A56 RID: 2646
20 // Token: 0x04000A57 RID: 2647
21 Canceled,
22 // Token: 0x04000A58 RID: 2648
23 Faulted
24 }