IJobService Interface |
Namespace: Dundas.BI.Scheduling
The IJobService type exposes the following members.
Name | Description | |
---|---|---|
CancelJob | Cancels a job if it is running. | |
ClearOldJobData |
Clears job run events, job runs, and deleted jobs older than the specified date.
| |
GetJob(Guid) | Gets a job. | |
GetJob(Guid, RelatedJobsIncludeKinds) | Gets a job with or without related jobs. | |
GetJobRun | Gets a job run. | |
GetJobRunEvents |
Gets the job run events for the specified job run.
| |
GetJobRuns |
Gets the job runs for the specified job.
| |
GetJobs | Gets jobs. | |
GetLatestJobRunEventForJobs | Gets the latest job run event for each of the specified jobs. | |
JobQuery |
Gets the jobs corresponding to query criteria.
| |
JobQueryCount | Gets the number of jobs corresponding to filter criteria. | |
JobRunEventQuery |
Gets the job run events corresponding to query criteria.
| |
JobRunEventQueryCount | Gets the number of job run events corresponding to filter criteria. | |
JobRunQuery |
Gets the job runs corresponding to query criteria.
| |
JobRunQueryCount | Gets the number of job runs corresponding to filter criteria. | |
SetJobIsEnabled | Specifies whether the job is enabled. | |
SetJobMaintainer | Sets the job maintainer. |