ReturnCode (FastUnloadTask function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
 
{{Template:FastUnloadTask:ReturnCode subtitle}}
<span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span>
[[Category:FastUnloadTask methods|ReturnCode function]]
<p>
<var>ReturnCode</var> is a member of the <var>[[FastUnloadTask class|FastUnloadTask]]</var> class.
</p>


This function returns the <var class="product">[[Fast/Unload]]</var> numeric return code.
This function returns the <var class="product">[[Fast/Unload]]</var> numeric return code.
==Syntax==
==Syntax==
<p class="syntax">%rc = %funtask:ReturnCode
{{Template:FastUnloadTask:ReturnCode syntax}}
</p>
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 21: Line 15:
<var>ReturnCode</var> can only be called when ''%funtask'' is in the <var>Done</var> state.
<var>ReturnCode</var> can only be called when ''%funtask'' is in the <var>Done</var> state.
If called in any other state, the request is cancelled.
If called in any other state, the request is cancelled.
==See also==
{{Template:FastUnloadTask:ReturnCode footer}}

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