Start background PowerShell job
start_jobRun a PowerShell command in the background and capture persistent logs. Poll job status later instead of waiting for completion.
Instructions
Start a long-running PowerShell command in the background with persistent stdout/stderr logs. Poll with job_status instead of waiting in exec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| label | No | ||
| command | Yes |