London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum ScheduledJobExecutionStatus

Specifies the status for an executed scheduled job

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