| | |
| | | public void SetSchedulerFactory(Sundial.ISchedulerFactory schedulerFactory); |
| | | public ApiAction AddJob<TJob>(TJob newEntity, TskJobParam jobParam) where TJob : class, Sundial.IJob; |
| | | public ApiAction AddTskJob<TJob>(TJob newEntity, FluentJobParam jobParam) where TJob : class, ITJob; |
| | | public ApiAction ImmediateRun<TJob>(TJob newEntity, string jobname) where TJob : class, ITJob; |
| | | public ApiAction AddJob<TJob>(string jobname, params Sundial.TriggerBuilder[] triggerBuilders) where TJob : class, Sundial.IJob; |
| | | public ApiAction UpdateJob(TSK_JOB job); |
| | | public void StartAllJob(); |