[This is preliminary documentation and is subject to change.]
The Task type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetTask |
Gets an instance of Task to check the status of a task invoked by the specified native.
| |
IsValid | ||
WaitForCompletion |
Sleeps the active GameFiber until the task completes.
| |
WaitForCompletion(Int32) |
Sleeps the active GameFiber until the task completes.
| |
WaitForStatus(TaskStatus) |
Sleeps the active GameFiber until the task reaches the specified status.
| |
WaitForStatus(TaskStatus, Int32) |
Sleeps the active GameFiber until the task reaches the specified status.
|
See Also