Class ScheduledJobExecutionStatus
Specifies the status for an executed scheduled job
Inheritance
System.Object
    ScheduledJobExecutionStatus
  Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class ScheduledJobExecutionStatus : EnumFields
Aborted
The job was aborted during a server shutdown.
Declaration
public const ScheduledJobExecutionStatus AbortedField Value
| Type | Description | 
|---|---|
| ScheduledJobExecutionStatus | 
Cancelled
The job was cancelled by a user.
Declaration
public const ScheduledJobExecutionStatus CancelledField Value
| Type | Description | 
|---|---|
| ScheduledJobExecutionStatus | 
Failed
The exceution failed
Declaration
public const ScheduledJobExecutionStatus FailedField Value
| Type | Description | 
|---|---|
| ScheduledJobExecutionStatus | 
Succeeded
The execution completed successfully
Declaration
public const ScheduledJobExecutionStatus SucceededField Value
| Type | Description | 
|---|---|
| ScheduledJobExecutionStatus | 
UnableToStart
The job was unable to be started
Declaration
public const ScheduledJobExecutionStatus UnableToStartField Value
| Type | Description | 
|---|---|
| ScheduledJobExecutionStatus | 
Unknown
The outcome of the execution is unknown
Declaration
public const ScheduledJobExecutionStatus UnknownField Value
| Type | Description | 
|---|---|
| ScheduledJobExecutionStatus | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
