AutoIt WinWaitClose

Aus expecco Wiki (Version 25.x)
Version vom 15. Juli 2017, 16:01 Uhr von Mawalch (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Schema

Description

Pauses execution of the script until the requested window does not exist. Fails in case the requested window exists until timeout occurs.

Input Pins

  • AutoItHandle
    The handle to the AutoIt server
  • WindowTitle
    The title of the window to wait for.
  • Timeout
    Timeout in seconds

Notes

If the window already doesn't exist when this function is called it will return immediately. The window is polled every 250 milliseconds or so.

Revisions

This block is in the AutoIt Library since 1.0.



Back to AutoIt Library.
Previous: AutoIt [ WaitActive ]
Next: AutoIt [ MenuSelectItem ]




Copyright © 2014-2024 eXept Software AG