TaskStatus Enumeration

RAGE Plugin Hook Documentation

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

Indicates the status of a task.

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

public enum TaskStatus
Members

  Member nameValueDescription
Unknown-1 The current status of the task is unknown. Note, this value is never returned by the game.
Preparing0 Means the Ped is waiting for events preventing it from performing its task, to end. Eg. if the task is issued while the Ped is ragdolled.
NoTask3 The status returned by [!:Rage::TaskInvoker::CurrentTaskStatus] when the current task hasn't been invoked by a plugin or game script.
None7 The task has not been performed yet, or has been done.
Interrupted2 The task was temporarily interrupted, eg. if the Ped is walking, and the player walks into the Ped so it stumbles.
InProgress1 The task is currently being performed by the Ped.
See Also

Reference