send_signal
Send an OS signal to the foreground process in a persistent terminal session. Control process execution without ending the session.
Instructions
Send an OS signal to the foreground process in a session.
Requires an existing session created via create_session(session_id, cwd).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signal | Yes | ||
| deadline_s | No | Total wall-clock budget in seconds. Must be between 0 and 300. | |
| session_id | Yes |