stop_app
Stop a running PySide6 app launched earlier. Provide the process ID to target a specific app, or omit it to stop the most recently launched one.
Instructions
Stop a previously launched app (started via launch_app). Omit pid to stop the last launched app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | App pid from launch_app. Omit to target the last launched app. Required only when several apps are running and you need a specific one. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |