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

◆ TaskCreationOptions

Enumerator
None 
PreferFairness 
LongRunning 
AttachedToParent 
DenyChildAttach 
HideScheduler 
RunContinuationsAsynchronously 

Definition at line 7 of file TaskCreationOptions.cs.

8 {
9 // Token: 0x04000A80 RID: 2688
10 None = 0,
11 // Token: 0x04000A81 RID: 2689
13 // Token: 0x04000A82 RID: 2690
14 LongRunning = 2,
15 // Token: 0x04000A83 RID: 2691
17 // Token: 0x04000A84 RID: 2692
19 // Token: 0x04000A85 RID: 2693
20 HideScheduler = 16,
21 // Token: 0x04000A86 RID: 2694
23 }