Report (FastUnloadTask function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
 
{{Template:FastUnloadTask:Report subtitle}}
<span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span>
[[Category:FastUnloadTask methods|Report function]]
<p>
<var>Report</var> is a member of the <var>[[FastUnloadTask class|FastUnloadTask]]</var> class.
</p>


This function returns a Stringlist that contains the <var class="product">[[Fast/Unload]]</var> report data.
This function returns a Stringlist that contains the <var class="product">[[Fast/Unload]]</var> report data.
==Syntax==
==Syntax==
<p class="syntax">%strl = %funtask:Report
{{Template:FastUnloadTask:Report syntax}}
</p>
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 19: Line 13:


</td></tr></table>
</td></tr></table>
==Usage Notes==
==Usage notes==
<ul>
<ul>
<li>Report can only be called when
<li>Report can only be called when
Line 29: Line 23:
Otherwise, the request is cancelled.
Otherwise, the request is cancelled.
</ul>
</ul>
==See also==
{{Template:FastUnloadTask:Report footer}}

Revision as of 20:39, 29 April 2011

Return Fast/Unload report contents (FastUnloadTask class)


This function returns a Stringlist that contains the Fast/Unload report data.

Syntax

%sl = fastUnloadTask:Report

Syntax terms

%strl A Stringlist object variable to contain the Fast/Unload report contents.
%funtask An instantiated FastUnloadTask object variable.

Usage notes

  • Report can only be called when %funtask is in the Done state. If called in any other state, the request is cancelled.
  • Report can only be called if ReportToStringlist is set to True in the Recordset class FastUnloadTask method that created the method object. Otherwise, the request is cancelled.

See also