A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface ISchedulerService

Support for running the scheduler and stopping the service

Namespace: EPiServer.Scheduler
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface ISchedulerService

Methods

Run()

Will start the scheduler process

Declaration
void Run()
Remarks

Create a new long running System.Threading.Tasks.Task before calling method since this it will be blocking

Stop()

Will stop the background task that runs the scheduler

Declaration
void Stop()

Extension Methods