Namespace EPiServer.Scheduler

Classes

JobStatusChangedEventArgs

Job Status Changed Event arguments

ScheduledItem

ScheduledJobBase

Base class for all Scheduled job that supports start and stop

SchedulerService

WaitableTimer

Class WaitableTimer emulates the Win32 WaitableTimer concept by using an internal timer setting an AutoResetEvent object.

It uses a periodic timer to avoid problems with time span calculations.

The period of the timer (which affects the resolution) is by default one second. This can be changed with the parameterized constructor by setting the resolution parameter.

The precision of the timer (i e if it will signal on an even hour, minute, second etc) can be set with the precision parameter.

Interfaces

ISchedulerService

Support for running the scheduler and stopping the service

Enums

TimerPrecision