Aqualogic Interaction API  
 

IPTScheduler.QueryOperationHistoryByJob Method 

Query for operation history ran within the specified job at the time requested.

IPTQueryResult QueryOperationHistoryByJob(
   int nJobID,
   XPDateTime dtRunTime
);

Parameters

nJobID
The Job ID containing the operation being queried.
dtRunTime
The XPDateTime for the time this job ran.

Return Value

an IPTQueryResult with requested operation history entries

See Also

IPTScheduler Interface | com.plumtree.server Namespace