BIS fnc taskSetState: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "Task Functions" to "") |
Lou Montana (talk | contribs) m (Text replacement - "<code> *(\^+\]) +\[\[call\]\] +\[\[(BIS_fnc_[a-zA-Z0-9_]+)\]\];? *<\/code>" to "<sqf>$1 call $2;</sqf>") |
||
Line 25: | Line 25: | ||
|r1= [[Boolean]] | |r1= [[Boolean]] | ||
|x1= < | |x1= <sqf>["BIS_task_01","CANCELED"] call BIS_fnc_taskSetState;</sqf> | ||
|seealso= [[Arma 3: Task Framework]] | |seealso= [[Arma 3: Task Framework]] | ||
}} | }} |
Revision as of 19:03, 5 May 2022
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:
Additional Information
- See also:
- 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