|  | Aqualogic Interaction API | |
| IPTScheduler.QueryJobHistory Method |
This returns a query result with a list of jobid/runtime pairs (as well as other information)
IPTQueryResult QueryJobHistory(
XPDateTime
FromDate,
XPDateTime
ToDate,
int
JobID);
Parameters
-
FromDate
- The XPDateTime from which the query will begin
-
ToDate
- The XPDateTime to which the query will end
-
JobID
- The relevant Job object ID
Return Value
an IPTQueryResult with requested job history entries
See Also
IPTScheduler Interface | com.plumtree.server Namespace