Get Playdate Simulator control status
playdate_statusChecks the selected Playdate Simulator's control agent, injects it when missing, and returns the agent status.
Instructions
Find the selected Simulator, ensure its control agent is available, and return agent status. This may inject the agent when it is absent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | Positive Playdate Simulator process identifier when more than one is running. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signal | No | ||
| stderr | Yes | ||
| stdout | Yes | ||
| command | Yes | ||
| exitCode | No | ||
| timedOut | No | ||
| errorCode | No | ||
| succeeded | Yes | ||
| termination | Yes |