hide_window
Hides or minimizes a desktop window using its handle or title, such as after completing a login process.
Instructions
Hide a window again after it was shown (e.g. once login is complete).
Args: params (HideWindowInput): the window by hwnd or title, and a minimize flag.
Returns: str: JSON {"ok": true, "hwnd": N, "visible": false}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |