Aide:WinWaitActive.txt

De Wiki AutoIt Français
Aller à : navigation, rechercher

Document original V3.3.6.1 :

###Function###
WinWaitActive

###Description###
Pauses execution of the script until the requested window is active.


###Syntax###
WinWaitActive ( "title" [, "text" [, timeout]] )


###Parameters###
@@ParamTable@@
title
	The title of the window to check. See <a href="../intro/windowsadvanced.htm">Title special definition</a>.
text
	[optional] The text of the window to check.
timeout
	[optional] Timeout in seconds
@@End@@


###ReturnValue###
@@ReturnTable@@
Success:	Returns handle to the requested window.
Failure:	Returns 0 if timeout occurred.
@@End@@


###Remarks###
None.

###Related###
WinActive, WinExists, WinWait, WinWaitClose, WinWaitNotActive, WinWaitDelay (Option), ProcessWait


###Example###
@@IncludeExample@@


Document traduit V3.3.6.1 :

###Function###
WinWaitActive

###Description###
Met le script en pause jusqu'à ce que la fenêtre requise soit active.


###Syntax###
WinWaitActive ( "title" [, "text" [, timeout]] )


###Parameters###
@@ParamTable@@
title
	Titre de la fenêtre à contrôler  Voir <a href="../intro/windowsadvanced.htm">Définition spéciale de titre</a>.
text
	[optionnel] Le texte de la fenêtre à contrôler.
timeout
	[optionnel] Temporisation en secondes.
@@End@@


###ReturnValue###
@@ReturnTable@@
Succès:	Retourne le handle de la fenêtre demandée.
Échec:	Retourne 0 si la temporisation est écoulée.
@@End@@


###Remarks###
Aucune.


###Related###
<a href="WinActive.htm">WinActive</a>, <a href="WinExists.htm">WinExists</a>, <a href="WinWait.htm">WinWait</a>, <a href="WinWaitClose.htm">WinWaitClose</a>, <a href="WinWaitNotActive.htm">WinWaitNotActive</a>, <a href="WinWaitDelay.htm">WinWaitDelay(Option)</a>, <a href="ProcessWait.htm">ProcessWait</a>


###Example###
@@IncludeExample@@


Traducteur : Jerome

Contributeurs (pour les modifications avant le Wiki) : Tlem