ReturnCode (FastUnloadTask function)

From m204wiki
Revision as of 15:27, 29 April 2011 by 198.242.244.47 (talk) (Created page with " <span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span> ReturnCode function <p> <var>ReturnCode</var> is a member ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin=dpl_desc/><section end=dpl_desc/>

ReturnCode is a member of the FastUnloadTask class.

This function returns the Fast/Unload numeric return code.

Syntax

%rc = %funtask: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.