Minimize window instance

Command group Flag affected Reversible Execute on client Platform(s)
Windows NO NO NO All

Syntax

Minimize window instance window-instance-name

Description

This command minimizes the specified window instance:

Example

# Minimize the window wMyWindow to reduce it to an icon
Minimize window instance wMyWindow
# Alternatively, you can do it like this
Do $cwind.$minimize()