Enum LongRunningOperationEnqueueStatus
Represents the result of attempting to enqueue a long-running operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum LongRunningOperationEnqueueStatus
Fields
| Name | Description |
|---|---|
| AlreadyRunning | The operation is already running. |
| Success | The operation was successfully enqueued and will be executed in the background. |