ReturnCode (FastUnloadTask function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 16: Line 16:
==See also==
==See also==
{{Template:FastUnloadTask:ReturnCode footer}}
{{Template:FastUnloadTask:ReturnCode footer}}
[[Category:Fast/Unload User Language Interface]]

Revision as of 00:07, 23 June 2012

Return Fast/Unload return code (FastUnloadTask class)


Syntax

%number = fastUnloadTask:ReturnCode

Syntax terms

%number A numeric variable to contain the Fast/Unload return code.
fastUnloadTask An instantiated FastUnloadTask object variable.

ReturnCode can only be called when fastUnloadTask is in the Done state. If called in any other state, the request is cancelled.

See also