BIS fnc taskState: Difference between revisions
Jump to navigation
Jump to search
m (page filling) |
m (template:command argument fix) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns task's state. |= | | Returns task's state. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| taskID call '''BIS_fnc_taskState''' |= | | taskID call '''BIS_fnc_taskState''' |SYNTAX= | ||
|p1= taskID: [[String]] - ID of the task |= | |p1= taskID: [[String]] - ID of the task |PARAMETER1= | ||
| [[String]] - State of the task. Can be: | | [[String]] - State of the task. Can be: | ||
Line 21: | Line 21: | ||
*SUCCEEDED | *SUCCEEDED | ||
*FAILED | *FAILED | ||
*CANCELED|= | *CANCELED|RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>"task_1" [[call]] '''BIS_fnc_taskState''';</code> |= | |x1= <code>"task_1" [[call]] '''BIS_fnc_taskState''';</code> |EXAMPLE1= | ||
|x2= <code>["task_1"] [[call]] '''BIS_fnc_taskState''';</code> |= | |x2= <code>["task_1"] [[call]] '''BIS_fnc_taskState''';</code> |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[BIS_fnc_setTask]], [[Arma_3_Task_Framework|Task Framework]], [[Arma_3_Tasks_Overhaul|Tasks Overhaul]] |= | | [[BIS_fnc_setTask]], [[Arma_3_Task_Framework|Task Framework]], [[Arma_3_Tasks_Overhaul|Tasks Overhaul]] |SEEALSO= | ||
}} | }} | ||
Revision as of 14:33, 7 April 2019
Description
- Description:
- Returns task's state.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- taskID call BIS_fnc_taskState
- Parameters:
- taskID: String - ID of the task
- Return Value:
- String - State of the task. Can be:
- AUTOASSIGNED
- ASSIGNED
- CREATED
- SUCCEEDED
- FAILED
- CANCELED
Examples
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note