Skip to content
This repository was archived by the owner on May 22, 2020. It is now read-only.
This repository was archived by the owner on May 22, 2020. It is now read-only.

Add a convenience method to test for window existence #440

@nkolba

Description

@nkolba

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);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions