ReturnCode (FastUnloadTask function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
(No difference)

Revision as of 20:39, 29 April 2011

Return Fast/Unload return code (FastUnloadTask class)


This function returns the Fast/Unload numeric return code.

Syntax

%number = fastUnloadTask:ReturnCode

Syntax terms

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

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

See also