State (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:State subtitle}}
<span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span>
[[Category:FastUnloadTask methods|State function]]
<p>
<var>State</var> is a member of the <var>[[FastUnloadTask class|FastUnloadTask]]</var> class.
</p>


This method returns the current state of the <var>FastUnloadTask</var> method object as a
This method returns the current state of the <var>FastUnloadTask</var> method object as a
<var>FastUnloadTaskState</var> enumeration value.
<var>FastUnloadTaskState</var> enumeration value.
==Syntax==
==Syntax==
<p class="syntax">[%funtstate =] %funtask:State
{{Template:FastUnloadTask:State syntax}}
</p>
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 20: Line 14:


</td></tr></table>
</td></tr></table>
==Usage Notes==
==Usage notes==


The <var>State</var> method can be called when ''%funtask'' is in any state.
The <var>State</var> method can be called when ''%funtask'' is in any state.
==See also==
{{Template:FastUnloadTask:State footer}}

Revision as of 20:39, 29 April 2011

Return state of this FastUnloadTask object (FastUnloadTask class)


This method returns the current state of the FastUnloadTask method object as a FastUnloadTaskState enumeration value.

Syntax

%fastUnloadTaskState = fastUnloadTask:State

Syntax terms

%funtstate A declared enumeration object of type FastUnloadTaskState to contain the current state of %funtask.
%funtask An instantiated FastUnloadTask object variable.

Usage notes

The State method can be called when %funtask is in any state.

See also