DurableOrchestrationStatus.CustomStatus 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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET