![]() | |
IScheduler |
The ISchedulerService type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetAllTriggers | Gets all triggers defined for the scheduler. |
![]() | GetTriggerByName | Gets the trigger with the given name. Returns an empty response object if no trigger is found. |
![]() | GetTriggersByJob | Gets all triggers defined for a given job type for the scheduler. |
![]() | PauseTrigger | Pauses an active trigger with the given name. |
![]() | RemoveTrigger | Removes the trigger with the given name. This will cancel all future scheduled runs for the trigger. |
![]() | ResumeTrigger | Resumes a paused trigger with the given name. |
![]() | ScheduleOnce | Schedules a job to run once, at a given time. |
![]() | ScheduleWithCronExpression | Schedules a job to run at a given schedule, using a cron expression. |
![]() | ScheduleWithInterval | Schedules a job to run at a given schedule, with an interval that determines how far apart the executions are. |