Try our conversational search powered by Generative AI!

Enum ScheduledJobTrigger

Defines the different triggers that can start a scheduled job

Namespace: EPiServer.Scheduler
Assembly: EPiServer.dll
Version: 11.20.7
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