pub trait TaskExecutionGraphListener: Debug + Listener<Listened = Assemble> {
// Required method
fn graph_ready(
&mut self,
graph: &ExecutionGraph,
) -> Result<(), PayloadError<ProjectError>>;
}
Expand description
Listens for the task execution graph to be ready