pub fn count_in_progress_tasks( all_phases: &HashMap<String, Phase>, phase_tag: &str, all_tags: bool, ) -> usize
Count in-progress tasks for the requested scope.