IJob | |
public interface IJobExecutionService : IJobExecutionQueryService, IBusinessService
The IJobExecutionService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of JobExecutions matching the specified filter.
(Inherited from IJobExecutionQueryService) | |
| GetAll |
Gets all JobExecutions
(Inherited from IJobExecutionQueryService) | |
| GetFilteredJobExecutions | Gets a list of job executions with a custom filter. | |
| GetJobExecutionsInPeriod | Gets all job execution objects in a given period. | |
| GetSingle |
Gets a single JobExecution matching the provided filter.
(Inherited from IJobExecutionQueryService) |