Class FlowInstance
Inheritance
System.Object
FlowInstance
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Flow
Assembly: Simplic.Flow.dll
Syntax
public class FlowInstance
Properties
| Improve this Doc View SourceCurrentNodes
Declaration
public IList<NodeScope<EventNode>> CurrentNodes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<NodeScope<EventNode>> |
DataScope
Declaration
public DataPinScope DataScope { get; set; }
Property Value
Type | Description |
---|---|
DataPinScope |
Flow
Declaration
public Flow Flow { get; set; }
Property Value
Type | Description |
---|---|
Flow |
FlowId
Declaration
public Guid FlowId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsAlive
Declaration
public bool IsAlive { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFailed
Declaration
public bool IsFailed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Variables
Declaration
public IList<FlowVariable> Variables { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<FlowVariable> |