|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| QueryTaskGroupState (CancellationState cancellationState, int queryId) | |
| void | QueryBegin (Task rootTask) |
| void | QueryEnd (bool userInitiatedDispose) |
Properties | |
| bool | IsAlreadyEnded [get] |
| CancellationState | CancellationState [get] |
| int | QueryId [get] |
Private Attributes | |
| Task | _rootTask |
| int | _alreadyEnded |
| readonly CancellationState | _cancellationState |
| readonly int | _queryId |
Definition at line 6 of file QueryTaskGroupState.cs.