Method IsWindowOpen
IsWindowOpen(string)
Checks if a window dialog with the given key is open.
public bool IsWindowOpen(string key)
Parameters
key
stringThe key associated with the dialog.
Returns
- bool
True if the dialog is open, otherwise false.