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 : Enum
Fields
Aborted
The job was aborted during a server shutdown.
Declaration
public const ScheduledJobExecutionStatus Aborted
Field Value
Type | Description |
---|---|
ScheduledJobExecutionStatus |
Cancelled
The job was cancelled by a user.
Declaration
public const ScheduledJobExecutionStatus Cancelled
Field Value
Type | Description |
---|---|
ScheduledJobExecutionStatus |
Failed
The exceution failed
Declaration
public const ScheduledJobExecutionStatus Failed
Field Value
Type | Description |
---|---|
ScheduledJobExecutionStatus |
Succeeded
The execution completed successfully
Declaration
public const ScheduledJobExecutionStatus Succeeded
Field Value
Type | Description |
---|---|
ScheduledJobExecutionStatus |
UnableToStart
The job was unable to be started
Declaration
public const ScheduledJobExecutionStatus UnableToStart
Field Value
Type | Description |
---|---|
ScheduledJobExecutionStatus |
Unknown
The outcome of the execution is unknown
Declaration
public const ScheduledJobExecutionStatus Unknown
Field Value
Type | Description |
---|---|
ScheduledJobExecutionStatus |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |