You can use the consoleLib.errorWindowVisible system variable to find out the status of the error message window. If the variable is set to YES, the error window is visible. If set to NO, the window is not visible.
This variable is read-only, and used only for inquiries. To change the state of the error window, use displayError() and hideErrorWindow().
Type: Boolean