Class LongRunningOperation
Represents a long-running operation.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public class LongRunningOperation
Properties
View SourceId
Gets the unique identifier for the long-running operation.
Declaration
public required Guid Id { get; init; }
Property Value
| Type | Description |
|---|---|
| Guid |
Status
Gets or sets the status of the long-running operation.
Declaration
public required LongRunningOperationStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| LongRunningOperationStatus |
Type
Gets or sets the type of the long-running operation.
Declaration
public required string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |