Interface IFlowRuntimeService
Assembly: Simplic.Flow.dll
Syntax
public interface IFlowRuntimeService
Properties
|
Improve this Doc
View Source
FlowEventArgs
Declaration
FlowEventArgs FlowEventArgs { get; }
Property Value
|
Improve this Doc
View Source
Instance
Declaration
FlowInstance Instance { get; }
Property Value
Methods
|
Improve this Doc
View Source
EnqueueNode(ActionNode, DataPinScope)
Declaration
bool EnqueueNode(ActionNode node, DataPinScope scope)
Parameters
Returns
Type |
Description |
System.Boolean |
|