State (FastUnloadTask function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (UL Interface becomes SOUL Interface)
 
Line 1: Line 1:
{{Template:FastUnloadTask:State subtitle}}
{{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>[[FastUnloadTask class#The FastUnloadTaskState enumeration|FastUnloadTaskState]]</var> [[Enumerations|enumeration]] value.
<var>[[FastUnloadTask class#The FastUnloadTaskState enumeration|FastUnloadTaskState]]</var> [[Enumerations|enumeration]] value.
Line 23: Line 22:
==See also==
==See also==
{{Template:FastUnloadTask:State footer}}
{{Template:FastUnloadTask:State footer}}
[[Category:Fast/Unload User Language Interface]]
 
[[Category:Fast/Unload SOUL Interface]]

Latest revision as of 21:40, 16 March 2015

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

%fastUnloadTaskState An enumeration object of type FastUnloadTaskState which is set to the current state of fastUnloadTask.
fastUnloadTask A FastUnloadTask object.

Usage notes

  • The State method can be called when fastUnloadTask is in any state.

See also