terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ TaskStatus

Enumerator
Created 
WaitingForActivation 
WaitingToRun 
Running 
WaitingForChildrenToComplete 
RanToCompletion 
Canceled 
Faulted 

Definition at line 7 of file TaskStatus.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4000A51")]
10 Created,
11 [global::Cpp2ILInjected.Token(Token = "0x4000A52")]
13 [global::Cpp2ILInjected.Token(Token = "0x4000A53")]
15 [global::Cpp2ILInjected.Token(Token = "0x4000A54")]
16 Running,
17 [global::Cpp2ILInjected.Token(Token = "0x4000A55")]
19 [global::Cpp2ILInjected.Token(Token = "0x4000A56")]
21 [global::Cpp2ILInjected.Token(Token = "0x4000A57")]
22 Canceled,
23 [global::Cpp2ILInjected.Token(Token = "0x4000A58")]
24 Faulted
25 }