get_download_job
Check the status of an asynchronous L4D2 workshop download job by providing its job ID.
Instructions
查询异步下载任务(install_campaign async_mode=True 时返回的 job_id)进度。
Returns: {job_id, status: "queued"|"running"|"done"|"error", elapsed_s, result: install 结果|null, error: str|null}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||