AutoIt WinWait: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
(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…“)
 
 
Zeile 7: Zeile 7:


== Input Pins ==
== Input Pins ==
*'''AutoItHandle'''<br>The handle to the autoit server
*'''AutoItHandle'''<br>The handle to the AutoIt server
*'''WindowTitle'''<br>The title of the window to wait for.
*'''WindowTitle'''<br>The title of the window to wait for.
*'''Timeout'''<br>Timeout in seconds
*'''Timeout'''<br>Timeout in seconds
Zeile 16: Zeile 16:
<!--AutoUpdateNavPanel-->
<!--AutoUpdateNavPanel-->


----
<hr>
Back to [[AutoIt Library#Window Specific Functions|AutoIt Library]].<br>
Back to [[AutoIt Library#Window Specific Functions|AutoIt Library]].<br>
Previous: [[AutoIt WinMinimizeAllUndo|AutoIt [ MinimizeAllUndo ]]]<br>
Previous: [[AutoIt WinMinimizeAllUndo|AutoIt [ MinimizeAllUndo ]]]<br>

Aktuelle Version vom 15. Juli 2017, 16:06 Uhr

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