In This Topic
Gets information about past, current, and future executions of jobs
Syntax
Parameters
- fetchOptions
- Options specifying which data to return
- queryParameters
- Query parameters for selecting the instances to return
- startDateTime
- The earliest date/time to fetch data for. Specify in the time zone of the adTempus server (available from Scheduler.ServerTimeZone).
- endDateTime
- The latest date/time to fetch data for. Specify in the time zone of the adTempus server (available from Scheduler.ServerTimeZone).
- calculatedRangeEnd
- Indicates the latest date/time for which the scheduler has calculated runtimes. If the is later than the calculatedRangeEnd, the calculatedRangeEnd is used instead of the endDateTime.
- lastFetchTimeUTC
- Set to a null reference (Nothing in Visual Basic) on first call. On return, will contain a reference timestamp that should be passed in the next call. See Remarks.
- scheduledExecutions
- On return, contains information about scheduled executions, if contains ArcanaDevelopment.adTempus.Shared.JobMonitorViewFetchOptions.ScheduledExecutions. If this flag is not included, will be a null reference (Nothing in Visual Basic).
- instances
- Contains the instances representing current executions ( contains ArcanaDevelopment.adTempus.Shared.JobMonitorViewFetchOptions.ActiveInstances) and/or past executions ( contains ArcanaDevelopment.adTempus.Shared.JobMonitorViewFetchOptions.PastInstances). If neither flag is set, may be a null reference (Nothing in Visual Basic).
See Also