The system function ConsoleLib.closeWindowByName clears the named window from the screen, releases the resources associated with the closed window, and activates the previously active window.
After ConsoleLib.closeWindowByName is invoked, the window cannot be reopened byConsoleLib.openWindow or ConsoleLib.openWindowByName. The console window remains open.
ConsoleLib.closeWindowByName(name STRING in)
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library ConsoleLib