TaskWaitForStatus Method (TaskStatus)

RAGE Plugin Hook Documentation

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

Sleeps the active GameFiber until the task reaches the specified status.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public void WaitForStatus(
	TaskStatus status
)

Parameters

status
Type: RageTaskStatus
The status to wait for.
See Also

Reference