Interface IWorkflowEditorState
Provides information about the state of the workflow editor.
public interface IWorkflowEditorState
Properties
WorkflowRunning
Gets a value indicating whether the workflow is running.
bool WorkflowRunning { get; }
Property Value
Events
WorkflowStarted
Occurs when the workflow starts.
event EventHandler WorkflowStarted
Event Type
WorkflowStopped
Occurs when the workflow stops.
event EventHandler WorkflowStopped