MainWin.
Returns the windows that must close to return the application to base state.
This functionality is supported on both the Classic Agent and the Open Agent.
lwWindows = mainwin.GetCloseWindows()
Variable | Description |
---|---|
lwWindows | The windows to close. LIST OF WINDOW. |
GetCloseWindows returns the list of windows, in order, that CloseWindows must close to return the application to base state, with just the MainWin open. If only the MainWin is open, GetCloseWindows returns an empty list, {}.
[-] if (TextEditor.GetCloseWindows != {}) [ ] TextEditor.CloseWindows()