pub fn task_status(conn: &Connection, task_id: &str) -> Result<Option<String>>Expand description
Status string for an existing task (e.g. “open”, “closed”). Returns
None when the task is unknown — caller decides whether that’s a
hard error or a route-to-pending case.