Enum LongRunningOperationStatus
Represents the status of a long-running operation.
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public enum LongRunningOperationStatus
Fields
| Name | Description |
|---|---|
| Enqueued | The operation has been queued. |
| Failed | The operation has failed. |
| Running | The operation is currently running. |
| Stale | The operation wasn't updated within the expected time frame and is considered stale. |
| Success | The operation has finished successfully. |