BIS fnc taskState: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 48: Line 48:
[[Category:Functions|{{uc:taskState}}]]
[[Category:Functions|{{uc:taskState}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:taskState}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:taskState}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on February 8, 2015 - 22:30 (UTC)</dd>
<dt class="note">[[User:Benargee|Benargee]]</dt>
<dd class="note">
Possible values:
*"AUTOASSIGNED"
*"Assigned"
*"Created"
*"Succeeded"
*"Failed"
*"Canceled"
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 00:30, 9 February 2015


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"