Aqualogic Interaction API  
 

IPTScheduler.OpenLogForRead Method 

Opens a job log for purposes of reading lines through subsequent calls to GetPage.

int OpenLogForRead(
   int lInstanceID,
   int lLinesPerPage
);

Parameters

lInstanceID
The instance ID of the desired job log
lLinesPerPage
The number of log lines returned from each call to GetPage

Return Value

The number of pages computed to be in this log.

See Also

IPTScheduler Interface | com.plumtree.server Namespace