process_status
Monitor a managed background process by checking its status, runtime, and output offsets using its PID. Determine if it is still running and track progress.
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. |