wait_for_state
Wait for the emulator to reach a specified running or stopped state, with an optional stability check to ensure the state holds before proceeding.
Instructions
Waits for the emulator to reach a target execution state and optionally remain there for a stability window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stableMs | No | Optional stability window the target state must remain true before returning | |
| timeoutMs | No | Maximum time to wait before returning | |
| executionState | Yes | Target execution state to wait for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |