-
enum TaskNode.GraphTypeThe type of graph, dictating how a TaskGraph will be evaluated.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FULLA graph representing an entire stage.
LOOPA graph representing a rolling-push style loop in a stage.
HEADA graph representing the pre-parallel tasks of a bake/deploy style stage
TAILA graph representing the post-parallel tasks of a bake/deploy style stage
-