TaskWaitForCompletion Method (Int32)

RAGE Plugin Hook Documentation

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

Sleeps the active GameFiber until the task completes.

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

public void WaitForCompletion(
	int timeout
)

Parameters

timeout
Type: SystemInt32
The time, in milliseconds, to allow the task to complete. If -1, the method will never time out.
See Also

Reference