Activity::ExecutionStatus Property

 

Gets the current ActivityExecutionStatus of this instance.

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
[BrowsableAttribute(false)]
property ActivityExecutionStatus ExecutionStatus {
	ActivityExecutionStatus get();
}

This property is only useful when a workflow instance is running.

.NET Framework
Available since 3.0
Return to top
Show: