State (FastUnloadTask function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
(No difference)

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