Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TaskContinuationOptions
enum
System.Threading.Tasks.TaskContinuationOptions
Enumerator
None
PreferFairness
LongRunning
AttachedToParent
DenyChildAttach
HideScheduler
LazyCancellation
RunContinuationsAsynchronously
NotOnRanToCompletion
NotOnFaulted
NotOnCanceled
OnlyOnRanToCompletion
OnlyOnFaulted
OnlyOnCanceled
ExecuteSynchronously
Definition at line
4
of file
TaskContinuationOptions.cs
.
5
{
6
None = 0,
7
PreferFairness
= 1,
8
LongRunning
= 2,
9
AttachedToParent
= 4,
10
DenyChildAttach
= 8,
11
HideScheduler
= 0x10,
12
LazyCancellation
= 0x20,
13
RunContinuationsAsynchronously
= 0x40,
14
NotOnRanToCompletion
= 0x10000,
15
NotOnFaulted
= 0x20000,
16
NotOnCanceled
= 0x40000,
17
OnlyOnRanToCompletion
= 0x60000,
18
OnlyOnFaulted
= 0x50000,
19
OnlyOnCanceled
= 0x30000,
20
ExecuteSynchronously
= 0x80000
21
}
System.Threading.Tasks.TaskContinuationOptions.PreferFairness
@ PreferFairness
System.Threading.Tasks.TaskContinuationOptions.RunContinuationsAsynchronously
@ RunContinuationsAsynchronously
System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously
@ ExecuteSynchronously
System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled
@ OnlyOnCanceled
System.Threading.Tasks.TaskContinuationOptions.NotOnFaulted
@ NotOnFaulted
System.Threading.Tasks.TaskContinuationOptions.LongRunning
@ LongRunning
System.Threading.Tasks.TaskContinuationOptions.OnlyOnFaulted
@ OnlyOnFaulted
System.Threading.Tasks.TaskContinuationOptions.OnlyOnRanToCompletion
@ OnlyOnRanToCompletion
System.Threading.Tasks.TaskContinuationOptions.DenyChildAttach
@ DenyChildAttach
System.Threading.Tasks.TaskContinuationOptions.NotOnRanToCompletion
@ NotOnRanToCompletion
System.Threading.Tasks.TaskContinuationOptions.HideScheduler
@ HideScheduler
System.Threading.Tasks.TaskContinuationOptions.AttachedToParent
@ AttachedToParent
System.Threading.Tasks.TaskContinuationOptions.NotOnCanceled
@ NotOnCanceled
System.Threading.Tasks.InternalTaskOptions.LazyCancellation
@ LazyCancellation
System
Threading
Tasks
Generated by
1.10.0