Class BackgroundTaskStatus
Describes the current state of a task.
Inheritance
System.Object
BackgroundTaskStatus
Namespace: Mediachase.Commerce.BackgroundTasks
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public sealed class BackgroundTaskStatus : Enum
Fields
Failed
The task has failed due to some reason other than a cancellation request.
Declaration
public const BackgroundTaskStatus Failed
Field Value
Type | Description |
---|---|
BackgroundTaskStatus |
Interrupted
The task has failed due to a cancellation request.
Declaration
public const BackgroundTaskStatus Interrupted
Field Value
Type | Description |
---|---|
BackgroundTaskStatus |
Queued
The task is queued, pending completion of other tasks.
Declaration
public const BackgroundTaskStatus Queued
Field Value
Type | Description |
---|---|
BackgroundTaskStatus |
Running
The task is running.
Declaration
public const BackgroundTaskStatus Running
Field Value
Type | Description |
---|---|
BackgroundTaskStatus |
Succeeded
The task has completed successfuly.
Declaration
public const BackgroundTaskStatus Succeeded
Field Value
Type | Description |
---|---|
BackgroundTaskStatus |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |