IJob | |
public interface IJobExecutionEntityService : IJobExecutionQueryService, IBusinessService
The IJobExecutionEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new JobExecution | |
| Delete | Deletes the specified JobExecution. | |
| Get |
Gets a list of JobExecutions matching the specified filter.
(Inherited from IJobExecutionQueryService) | |
| GetAll |
Gets all JobExecutions
(Inherited from IJobExecutionQueryService) | |
| GetSingle |
Gets a single JobExecution matching the provided filter.
(Inherited from IJobExecutionQueryService) | |
| Update | Updates the specified JobExecution |