Enum ScheduledJobExecutionStatus
Specifies the status for an executed scheduled job
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public enum ScheduledJobExecutionStatusFields
| Name | Description | 
|---|---|
| Aborted | The job was aborted during a server shutdown. | 
| Cancelled | The job was cancelled by a user. | 
| Failed | The exceution failed | 
| Succeeded | The execution completed successfully | 
| UnableToStart | The job was unable to be started | 
| Unknown | The outcome of the execution is unknown | 
