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