State (FastUnloadTask function)

From m204wiki
Revision as of 15:27, 29 April 2011 by 198.242.244.47 (talk) (Created page with " <span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span> State function <p> <var>State</var> is a member of the <va...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin=dpl_desc/><section end=dpl_desc/>

State is a member of the FastUnloadTask class.

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

Syntax

[%funtstate =] %funtask: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.