List of Fast/Unload $functions: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Created page with "<div class="showVisit"> The following are the available Fast/Unload $functions. See Notation conventions for methods for information about the conventions followed in t...")
 
m (UL Interface becomes SOUL Interface)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div class="showVisit">
<div class="showVisit">


The following are the available [[Fast/Unload $functions]].
The following are the available $functions for the <var class="product">[[Fast/Unload SOUL Interface]]</var>.


See [[Notation conventions for methods]] for information about the conventions followed in the method descriptions.
See [[Notation conventions for methods]] for information about the conventions followed in the method descriptions.
<dpl>
category = Fast/Unload $functions
include = desc
table =,$Function,Description
</dpl>


[[Category:Fast/Unload $functions]]
<table>
<tr class="head"><th>$Function</th><th>Description</th></tr>


<tr><td>[[$FunForc]]</td><td>Cancel running or waiting Fast/Unload request</td></tr>
<tr><td>[[$FunImg]]</td><td>Retrieve data from active Fast/Unload request into image</td></tr>
<tr><td>[[$FunList]]</td><td>$list of active and enqueued Fast/Unload requests</td></tr>
<tr><td>[[$FunLoad]]</td><td>Fast/Unload records in Model 204 list or found set</td></tr>
<tr><td>[[$FunPurg]]</td><td>Purge running or waiting Fast/Unload request</td></tr>
<tr><td>[[$FunSkip]]</td><td>Skip to next output record for $FunImg, $FunsStr</td></tr>
<tr><td>[[$FunWait]]</td><td>Wait until asynchronous Fast/Unload request completes</td></tr>
<tr><td>[[$FunsStr]]</td><td>Retrieve data from active Fast/Unload request into string</td></tr>
</table>
[[Category:Fast/Unload SOUL Interface]]
</div>
</div>

Latest revision as of 21:36, 16 March 2015

The following are the available $functions for the Fast/Unload SOUL Interface.

See Notation conventions for methods for information about the conventions followed in the method descriptions.

$FunctionDescription
$FunForcCancel running or waiting Fast/Unload request
$FunImgRetrieve data from active Fast/Unload request into image
$FunList$list of active and enqueued Fast/Unload requests
$FunLoadFast/Unload records in Model 204 list or found set
$FunPurgPurge running or waiting Fast/Unload request
$FunSkipSkip to next output record for $FunImg, $FunsStr
$FunWaitWait until asynchronous Fast/Unload request completes
$FunsStrRetrieve data from active Fast/Unload request into string