London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum BackgroundTaskStatus

Describes the current state of a task.

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