SaaS CMS has officially launched! Learn more now.

Enum BackgroundTaskStatus

Describes the current state of a task.

Namespace: Mediachase.Commerce.BackgroundTasks
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
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.

Extension Methods