WorkflowInstanceResult::State Property

 

Gets or sets the status of the workflow instance.

Namespace:   Microsoft.Activities
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::WorkflowInstanceStatus

Returns the status of the workflow instance.

Return to top
Show: