BIS_fnc_taskState

From Bohemia Interactive Community
Revision as of 00:30, 9 February 2015 by Benargee (talk | contribs)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
/*
	
	Description:
	Return a task's state.
	
	Parameters:
		0: STRING - Task name
	
	Returns:
	STRING - task's state.
*/

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:
_taskStateX = ["task1"] call BIS_fnc_taskState;

Additional Information

See also:
See also needed

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

Notes

Bottom Section

Posted on February 8, 2015 - 22:30 (UTC)
Benargee
Possible values:
  • "AUTOASSIGNED"
  • "Assigned"
  • "Created"
  • "Succeeded"
  • "Failed"
  • "Canceled"