SchedulerOptions
SchedulerOptions
Options related to scheduled tasks..
Signature
interface SchedulerOptions {
schedulerStrategy?: SchedulerStrategy;
tasks?: ScheduledTask[];
}
schedulerStrategy
property
The strategy used to execute scheduled tasks. If you are using the DefaultSchedulerPlugin (which is recommended) then this will be set to the DefaultSchedulerStrategy.
tasks
property
The tasks to be executed.