State (FastUnloadTask function)

From m204wiki
Revision as of 21:40, 16 March 2015 by JAL (talk | contribs) (UL Interface becomes SOUL Interface)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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