WindowState() action
The WindowState() switches the x3270 window between normal and iconic (minimized) state.
Parameters
WindowState() takes a single parameter:
- normal
- Set the window to normal state.
- iconic
- Set the window to iconic (maximized) state.
Examples
WindowState(iconic)