A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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