pub async fn handle_start( task_mgr: &impl TaskBackend, id: i64, description: Option<String>, format: String, ) -> Result<()>