Search Results for

    Show / Hide Table of Contents
    View Source

    Class LongRunningOperation

    Represents a long-running operation.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class LongRunningOperation

    Properties

    View Source

    Id

    Gets the unique identifier for the long-running operation.

    Declaration
    public required Guid Id { get; init; }
    Property Value
    Type Description
    Guid
    View Source

    Status

    Gets or sets the status of the long-running operation.

    Declaration
    public required LongRunningOperationStatus Status { get; set; }
    Property Value
    Type Description
    LongRunningOperationStatus
    View Source

    Type

    Gets or sets the type of the long-running operation.

    Declaration
    public required string Type { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX