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

ConnectorPages
Syntax
ConnectorPages();
Description
Returns the total number of pages (in the current job) that will be processed on the current connector. This function replaces the QueuePages function.
Note:
Returns
A number.
Example
$cp=connectorpages();
if(num($cp)<10)
{
$text="Smaller than 10";
}
OpenText StreamServe 5.6 Updated: 2013-03-01