pub fn archive_terminal_tasks(
queue_path: &Path,
done_path: &Path,
id_prefix: &str,
id_width: usize,
max_dependency_depth: u8,
) -> Result<ArchiveReport>Expand description
Archive terminal tasks (Done/Rejected) from queue to done file.