GetNextRecord (FastUnloadTask function)

From m204wiki
Revision as of 15:47, 29 April 2011 by Admin (talk | contribs) (1 revision)
Jump to navigation Jump to search

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

GetNextRecord is a member of the FastUnloadTask class.

This callable method requests the next record from the Fast/Unload task method object, and it returns the new state of that FastUnloadTask object as a FastUnloadTaskState enumeration value.

Syntax

[%funtstate =] %funtask:GetNextRecord

Syntax terms

%funtstate A declared enumeration object of type FastUnloadTaskState to contain the state of %funtask after GetNextRecord retrieves the record from %funtask.
%funtask An instantiated FastUnloadTask object variable.

Usage Notes

GetNextRecord can only be called when %funtask is in the Started or HaveRecord state. If called in the Done state, the request is cancelled.