pub async fn get_task_progress( task_id: String, ) -> Result<TaskProgress, ServerFnError>
查询任务进度(轮询用)。
post
<auto>