Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Enum ScheduledJobExecutionStatus

Specifies the status for an executed scheduled job

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

Extension Methods