closeActiveWindow()

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 reference
EGL library ConsoleLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.