Enum LongRunningOperationResultStatus
Represents the status of the result of a long-running operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum LongRunningOperationResultStatus
Fields
| Name | Description |
|---|---|
| OperationFailed | The operation has failed, and the result is not available. |
| OperationNotFound | The operation was not found, possibly due to unknown type or ID or it was already deleted. |
| OperationPending | The operation is still running and the result is not yet available. |
| Success | The operation result was successfully retrieved. |