A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Enum BackgroundTaskStatus

Describes the current state of a task.

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