BIS fnc taskState: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (page filling) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Returns task's state. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | taskID call '''BIS_fnc_taskState''' |= Syntax | ||
|p1= |= Parameter 1 | |p1= taskID: [[String]] - ID of the task |= Parameter 1 | ||
| |= Return value | | [[String]] - State of the task. Can be: | ||
*AUTOASSIGNED | |||
*ASSIGNED | |||
*CREATED | |||
*SUCCEEDED | |||
*FAILED | |||
*CANCELED|= Return value | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code> | |x1= <code>"task_1" [[call]] '''BIS_fnc_taskState''';</code> |= example 1 | ||
|x2= <code>["task_1"] [[call]] '''BIS_fnc_taskState''';</code> |= example 2 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[BIS_fnc_setTask]], [[Arma_3_Task_Framework|Task Framework]], [[Arma_3_Tasks_Overhaul|Tasks Overhaul]] |= See also | ||
}} | }} | ||
Line 48: | Line 43: | ||
[[Category:Functions|{{uc:taskState}}]] | [[Category:Functions|{{uc:taskState}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:taskState}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:taskState}}]] | ||
Revision as of 09:09, 11 May 2018
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