Table of Contents

Interface IFlowableDiagram

Namespace
H.Controls.Diagram.Extension
Assembly
H.Controls.Diagram.Extension.dll
public interface IFlowableDiagram : IDiagram, ICloneable
Inherited Members
Extension Methods

Properties

Message

string Message { get; set; }

Property Value

string

StartMode

DiagramFlowableMode StartMode { get; set; }

Property Value

DiagramFlowableMode

State

DiagramFlowableState State { get; set; }

Property Value

DiagramFlowableState

Methods

Start()

Task<bool?> Start()

Returns

Task<bool?>

Start(Node)

Task<bool?> Start(Node startNode)

Parameters

startNode Node

Returns

Task<bool?>