get_process_status
Check whether a process, identified by its handle, is still running or has finished, and retrieve its exit code if it has completed.
Instructions
Check whether a started process is still running, and its exit code if finished.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | Process handle from start_process |