BIS fnc taskCompleted: Difference between revisions
Jump to navigation
Jump to search
(description) |
(description) |
||
Line 7: | Line 7: | ||
|arg= global|eff= global | |arg= global|eff= global | ||
|descr= | |descr= Checks if task is completed. {{Feature|Informative| See [[Arma 3: Task Framework]] for more information.}} | ||
|s1= taskID call [[BIS_fnc_taskCompleted]] | |s1= taskID call [[BIS_fnc_taskCompleted]] | ||
Line 13: | Line 13: | ||
|p1= taskID: [[String]] - ID or name of the task | |p1= taskID: [[String]] - ID or name of the task | ||
|r1= [[Boolean]] - Returns [[true]] if | |r1= [[Boolean]] - Returns [[true]] if task state is either "SUCCEEDED", "FAILED" or "CANCELED". Returns [[false]] for all other states and if task does not exist | ||
|x1= <sqf>private _completed = "task_1" call BIS_fnc_taskCompleted;</sqf> | |x1= <sqf>private _completed = "task_1" call BIS_fnc_taskCompleted;</sqf> |
Revision as of 19:17, 14 January 2023
Description
Syntax
- Syntax:
- taskID call BIS_fnc_taskCompleted
- Parameters:
- taskID: String - ID or name of the task
- Return Value:
- Boolean - Returns true if task state is either "SUCCEEDED", "FAILED" or "CANCELED". Returns false for all other states and if task does not exist
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