TaskInvokerCurrentTaskStatus Property

RAGE Plugin Hook Documentation

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

Gets the status of the current task. If no task is running, returns NoTask.

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

public TaskStatus CurrentTaskStatus { get; }

Property Value

Type: TaskStatus
The status of the current task.
Remarks

This property will only return the status of tasks invoked by the methods in this class (or tasks invoked through natives).
See Also

Reference