wait_for_app
Monitor application status by waiting for an app to appear or disappear after launch or close operations, with configurable timeout settings.
Instructions
Wait for an application to appear or disappear.
Polls the application list until the app is found (or gone).
Use after launching or closing an application.
Args:
app: Application name to wait for (e.g. "Firefox", "Slack").
timeout: Maximum seconds to wait (default 10).
gone: If true, wait for the app to DISAPPEAR instead.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | ||
| timeout | No | ||
| gone | No |