IJob
|
public interface IJobApi
The IJobApi type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Create a job scheduler for running workflow by schedule time and return the id of job if success | |
| Delete | Delete the existing Job Information | |
| GetJobSchedulers | Get list runtime job schedulers | |
| UpdateJobInfo | Update the existing job scheduler with the new workflow info | |
| UpdateSchedule | Update the existing job scheduler with the new scheduler |