pub fn next_todo_task(queue: &QueueFile) -> Option<&Task>
Return the first todo task by file order (top-of-file wins).