process_status
Retrieve the runtime, status, and output offsets for a managed background process using its PID. Monitor progress and detect completion.
Instructions
Get the status, runtime, and current output offsets for a managed background process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Process ID returned by start_process. | |
| process_id | No | Opaque processId returned by start_process; detects stale PID references. |