Script functions reference > Script functions in alphabetical order > C > ConnectorPage

ConnectorPage
Syntax
ConnectorPage();
Description
Returns the number of pages (in the current job) that have been processed so far on the current connector. This function replaces the QueuePage function.
Returns
A number.
Example
$cp=connectorpage();
log(1,"Number of pages: "+$cp);
OpenText StreamServe 5.6 Updated: 2013-03-01