Enum ExecutionPath
Define how to execute node
public enum ExecutionPath
Fields
Dependency = 1Execute node by a dependency graph that let node executed only when used
Forward = 0Execute node in a forward path that ensure order
Define how to execute node
public enum ExecutionPath
Dependency = 1Execute node by a dependency graph that let node executed only when used
Forward = 0Execute node in a forward path that ensure order