cubed.Callback# class cubed.Callback# Object to receive callback events during array computation. __init__()# Methods __init__() on_compute_end(dag) Called when the computation has finished. on_compute_start(dag, resume) Called when the computation is about to start. on_task_end(event) Called when the a task ends.