[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
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | -1 | The current status of the task is unknown. Note, this value is never returned by the game. | |
| Preparing | 0 | 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. | |
| NoTask | 3 | The status returned by [!:Rage::TaskInvoker::CurrentTaskStatus] when the current task hasn't been invoked by a plugin or game script. | |
| None | 7 | The task has not been performed yet, or has been done. | |
| Interrupted | 2 | The task was temporarily interrupted, eg. if the Ped is walking, and the player walks into the Ped so it stumbles. | |
| InProgress | 1 | The task is currently being performed by the Ped. |
See Also