Task Methods

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

The Task type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetTask
Gets an instance of Task to check the status of a task invoked by the specified native.
Protected methodIsValid
Public methodWaitForCompletion
Sleeps the active GameFiber until the task completes.
Public methodWaitForCompletion(Int32)
Sleeps the active GameFiber until the task completes.
Public methodWaitForStatus(TaskStatus)
Sleeps the active GameFiber until the task reaches the specified status.
Public methodWaitForStatus(TaskStatus, Int32)
Sleeps the active GameFiber until the task reaches the specified status.
Top
See Also

Reference