You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2020. It is now read-only.
Given a UUID/window name pair, there currently isn't any simple way to check if the window exists. Only options are System.getAllWIndows, Application.getChildWindows, or Window.wrap - then test an API for success.
Would be very nice if we had something like Application.hasWindow(name); and/or System.hasWindow(uuid, name);