BIS fnc taskSetState: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1= Tasks |GROUP1=") |
m (Text replacement - "\[\[Category\:Function Group\: Tasks(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
||
Line 48: | Line 48: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Functions|{{uc:taskSetState}}]] | [[Category:Functions|{{uc:taskSetState}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:taskSetState}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:taskSetState}}]] |
Revision as of 14:21, 12 October 2020
Description
Syntax
- Syntax:
- [taskName, taskState, showHint] call BIS_fnc_taskSetState
- Parameters:
- taskName: String
- taskState: String - Can be:
- "CREATED"
- "ASSIGNED"
- "SUCCEEDED"
- "FAILED"
- "CANCELED"
- showHint: Boolean - (Optional, default true) True to show a hint
- Return Value:
- Boolean
Examples
- Example 1:
["BIS_task_01","CANCELED"] call BIS_fnc_taskSetState;
Additional Information
- See also:
- Task Functions Arma 3 Task Framework
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