|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| extern.exists(Title, ClassName) |
Parameters
| STRING | Title | Title of a window owned by the application to check.
| | STRING | ClassName | Optional. Class name or atom name of the application. |
Return value
| true if the specified window exists, false otherwise. |
Description
| Returns true if the specified window exists. |
|
|
|