
The interface for Scheduler.
public abstract interface IScheduler
Interface Members
Member | Description | |
---|---|---|
![]() |
RunScheduleByID |
Runs the schedule that has the corresponding passed-in Schedule ID. This is intended to be called when Stonefield Query is launched from the command line and the command line argument passed in is the desired schedule ID. public bool RunScheduleByID(Guid id); |
![]() |
SaveCollection |
Saves the schedules in the schedules collection to the schedules.xml file. public void SaveCollection(); |
![]() |
Schedules |
A collection of schedules. |
Requirements
Namespace: Stonefield.Query.SchedulingAssembly: interfaces.dll