AutoIt WinWait

Aus expecco Wiki (Version 2.x)
Version vom 25. November 2016, 22:37 Uhr von Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Schema == Bild:AutoIt WinWait.png == Description == Pauses execution of the script until the requested window exists. Fails in case the requested wind…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Schema[Bearbeiten]

AutoIt WinWait.png

Description[Bearbeiten]

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

Input Pins[Bearbeiten]

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

Revisions[Bearbeiten]

This block is in the AutoIt Library since 1.0.



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




Copyright © 2014-2024 eXept Software AG