Sdílet prostřednictvím


DurableOrchestrationStatus.CustomStatus Property

Definition

Gets the custom status payload (if any) that was set by the orchestrator function.

public Newtonsoft.Json.Linq.JToken CustomStatus { get; set; }
member this.CustomStatus : Newtonsoft.Json.Linq.JToken with get, set
Public Property CustomStatus As JToken

Property Value

Newtonsoft.Json.Linq.JToken

The custom status as either a JToken object or null if no custom status has been set.

Remarks

Orchestrator functions can set a custom status using SetCustomStatus(Object).

Applies to