WorkflowInstanceResult::State Property
Gets or sets the status of the workflow instance.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
public: [DataMemberAttribute(EmitDefaultValue = false)] property WorkflowInstanceStatus State { [CompilerGeneratedAttribute] WorkflowInstanceStatus get(); [CompilerGeneratedAttribute] void set(WorkflowInstanceStatus value); }
Property Value
Type: Microsoft.Activities::WorkflowInstanceStatusReturns the status of the workflow instance.
Show: