Enum ExecutionPath
Define how to execute node
Namespace: Ceres.Graph
Assembly: cs.temp.dll.dll
Syntax
public enum ExecutionPath
  Fields
| Name | Description | 
|---|---|
| Dependency | Execute node by a dependency graph that let node executed only when used  | 
      
| Forward | Execute node in a forward path that ensure order  |