Enum ScheduledJobTrigger
Defines the different triggers that can start a scheduled job
Namespace: EPiServer.Scheduler
Assembly: EPiServer.dll
Version: 11.20.7Syntax
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. |