OrchestrationMetadata.RuntimeStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.