ConnectorPages();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: This function does not work for StoryTeller processes. This is because StoryTeller does not run the pre-process phase meaning that the number of pages is not known.$cp=connectorpages();if(num($cp)<10)
{
$text="Smaller than 10";
}
OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |