State (FastUnloadTask function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Syntax terms) |
||
Line 8: | Line 8: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%fastUnloadTaskState</th> | <tr><th>%fastUnloadTaskState</th> | ||
<td> | <td>An enumeration object of type <var>FastUnloadTaskState</var> which is set to the current state of <var class="term">fastUnloadTask</var>. | ||
</td></tr> | </td></tr> | ||
<tr><th>fastUnloadTask</th> | <tr><th>fastUnloadTask</th> | ||
<td> | <td>A <var>FastUnloadTask</var> object. | ||
</td></tr></table> | </td></tr></table> | ||
==Usage notes== | ==Usage notes== | ||
Revision as of 16:04, 8 February 2012
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.