London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum ScheduledJobTrigger

Defines the different triggers that can start a scheduled job

Namespace: EPiServer.Scheduler
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public enum ScheduledJobTrigger

Fields

Name Description
Restart

Indicates that a restartable job has been restarted by ISchedulerService.

Scheduler

Indicates that the job was started at scheduled time by ISchedulerService.

Unknown

The cause of the execution is unknown

User

Indicates that the job was started manually by a user from the Administration interface.

Extension Methods