AutoIt WinWaitClose: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Schema == Bild:AutoIt WinWaitClose.png == Description == Pauses execution of the script until the requested window does not exist. Fails in case the r…“) |
K |
||
Zeile 7: | Zeile 7: | ||
== Input Pins == |
== Input Pins == |
||
*'''AutoItHandle'''<br>The handle to the |
*'''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 19: | Zeile 19: | ||
<!--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 WinWaitActive|AutoIt [ WaitActive ]]]<br> |
Previous: [[AutoIt WinWaitActive|AutoIt [ WaitActive ]]]<br> |
Aktuelle Version vom 15. Juli 2017, 16:01 Uhr
Inhaltsverzeichnis
Schema[Bearbeiten]
Description[Bearbeiten]
Pauses execution of the script until the requested window does not exist. Fails in case the requested window exists 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
Notes[Bearbeiten]
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[Bearbeiten]
This block is in the AutoIt Library since 1.0.
Back to AutoIt Library.
Previous: AutoIt [ WaitActive ]
Next: AutoIt [ MenuSelectItem ]