ReturnCode (FastUnloadTask function)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

See also