Enum BackgroundTaskStatus
Describes the current state of a task.
Namespace: Mediachase.Commerce.BackgroundTasks
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
public enum BackgroundTaskStatus
Fields
Name | Description |
---|---|
Failed | The task has failed due to some reason other than a cancellation request. |
Interrupted | The task has failed due to a cancellation request. |
Queued | The task is queued, pending completion of other tasks. |
Running | The task is running. |
Succeeded | The task has completed successfuly. |