Enum ScheduledJobExecutionStatus
Specifies the status for an executed scheduled job
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public enum ScheduledJobExecutionStatus
Fields
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 |