Table of Contents

Interface IWorkflowEditorState

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

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

bool

Events

WorkflowStarted

Occurs when the workflow starts.

event EventHandler WorkflowStarted

Event Type

EventHandler

WorkflowStopped

Occurs when the workflow stops.

event EventHandler WorkflowStopped

Event Type

EventHandler