The Console library function ConsoleLib.closeWindow clears the specified window from the screen, releases the resources associated with the cleared window, and activates the previously-active window.
After ConsoleLib.closeWindow is invoked, the window cannot be reopened byConsoleLib.openWindow or ConsoleLib.openWindowByName. In addition, closing the SCREEN window is not allowed.
ConsoleLib.closeWindow(window1 Window inOut)
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library ConsoleLib