mz_job_kill
Terminate a running job and its child processes using taskkill /T. Specify the job ID to stop it, with optional forced termination enabled by default.
Instructions
终止一个作业(连同其子进程,用 taskkill /T)。
Args: job_id: 作业 id。 force: 是否强制结束,默认 True。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| job_id | Yes |