pub fn check_task_completion(
task_repo: &(impl DomainTaskRepository + ?Sized),
change_id: &str,
) -> CoreResult<ValidationResult>Expand description
Check that all tasks for change_id are complete or shelved.
Missing tasks file is treated as success.