graphPopulated

abstract fun graphPopulated(graph: TaskExecutionGraph)

This method is called when the TaskExecutionGraph has been populated, and before any tasks are executed.

Since

0.7

Parameters

graph

The graph. Never null.