Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<LongRunningOperationResultStatus, TProperty>(LongRunningOperationResultStatus, Expression<Func<LongRunningOperationResultStatus, TProperty>>)
    DictionaryExtensions.MergeLeft<LongRunningOperationResultStatus, TK, TV>(LongRunningOperationResultStatus, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<LongRunningOperationResultStatus, TK, TV>(LongRunningOperationResultStatus, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<LongRunningOperationResultStatus>(LongRunningOperationResultStatus)
    ObjectExtensions.AsEnumerableOfOne<LongRunningOperationResultStatus>(LongRunningOperationResultStatus)
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX