How to tell a window has not been closed?
Can someone tell me if there is an easier way to tell if a window is still open? I have a case where a task is being done. Once it is done, the window is closed. However, the user can close the window before then. I can't find the jsl command that equals Is Valid Jwindow_ptr = New Window( "hi", Text Box( "abcd" ) );window_title = (window_ptr << Get Window Title());Wait( 5 );windows = Window...