[This is preliminary documentation and is subject to change.]
Methods
Name | Description | |
---|---|---|
WaitForCompletion |
Sleeps the active GameFiber until the task completes.
(Inherited from Task.) | |
WaitForCompletion(Int32) |
Sleeps the active GameFiber until the task completes.
(Inherited from Task.) | |
WaitForStatus(TaskStatus) |
Sleeps the active GameFiber until the task reaches the specified status.
(Inherited from Task.) | |
WaitForStatus(TaskStatus, Int32) |
Sleeps the active GameFiber until the task reaches the specified status.
(Inherited from Task.) |
See Also