Compartilhar via


OrchestrationMetadata.RuntimeStatus Property

Definition

Gets the current runtime status of the orchestration instance at the time this object was fetched.

public Microsoft.DurableTask.Client.OrchestrationRuntimeStatus RuntimeStatus { get; init; }
member this.RuntimeStatus : Microsoft.DurableTask.Client.OrchestrationRuntimeStatus with get, set
Public Property RuntimeStatus As OrchestrationRuntimeStatus

Property Value

The runtime status of the orchestration instance at the time this object was fetched.

Applies to