ReturnCode (FastUnloadTask function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (UL Interface becomes SOUL Interface) |
||
Line 20: | Line 20: | ||
==See also== | ==See also== | ||
{{Template:FastUnloadTask:ReturnCode footer}} | {{Template:FastUnloadTask:ReturnCode footer}} | ||
[[Category:Fast/Unload | [[Category:Fast/Unload SOUL Interface]] |
Revision as of 21:39, 16 March 2015
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. |
Usage notes
- ReturnCode can only be called when fastUnloadTask is in the Done state. If called in any other state, the request is cancelled.