StateMachineWorkflowInstance.CurrentState Property

Definition

Gets the currently executing StateActivity.

public:
 property System::Workflow::Activities::StateActivity ^ CurrentState { System::Workflow::Activities::StateActivity ^ get(); };
public System.Workflow.Activities.StateActivity CurrentState { get; }
member this.CurrentState : System.Workflow.Activities.StateActivity
Public ReadOnly Property CurrentState As StateActivity

Property Value

The current StateActivity.

Applies to