Determines if a particular window is currently open for use.
$iswinopen(string)
| string | a character string or an expression that evaluates to a character string |
Evaluates to "1" ($True) if string is the name of a window that is currently open; otherwise, evaluates to "0" ($False).
Use the value of the function to determine if a particular window is currently open.