TaskSpawnProgressCallback typedef

TaskSpawnProgressCallback = void Function(int index, String id, TaskSpawnPhase phase)

Progress sink for spawn lifecycle transitions. Items without a report are still waiting on the session semaphore.

Implementation

typedef TaskSpawnProgressCallback =
    void Function(int index, String id, TaskSpawnPhase phase);