moduleIsVisible()
The function checks if the given module is visible.
Synopsis
int moduleIsVisible(string moduleName);Parameters
| Parameter | Description | 
|---|---|
| moduleName | Initial point to search for the top level window that is then hidden. | 
Return Value
The function returns 1 if the module is visible and 0 when it is invisible.
Errors
The function returns -1 if the module does not exist.
