pub fn get_task_status(
ito_path: &Path,
change_id: &str,
) -> CoreResult<TaskStatusResult>Expand description
Get task status for a change.
Reads and parses the tracking file, computes ready/blocked tasks.
pub fn get_task_status(
ito_path: &Path,
change_id: &str,
) -> CoreResult<TaskStatusResult>Get task status for a change.
Reads and parses the tracking file, computes ready/blocked tasks.