@protected FutureOr<void> handleTaskSuccess(TaskInfo task) { for (final tasks in _parent.keys) tasks.handleTaskSuccess(task); }