Checks if a progress with the given ID is active
bool isActive(String id) { return _activeProgress.containsKey(id); }