State (FastUnloadTask function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 1: | Line 1: | ||
{{Template:FastUnloadTask:State subtitle}} | |||
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== | ||
{{Template:FastUnloadTask:State syntax}} | |||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
Line 20: | Line 14: | ||
</td></tr></table> | </td></tr></table> | ||
==Usage | ==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.