Aide:ProcessWait.txt

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

Document original V3.3.6.1 :

###Function###
ProcessWait

###Description###
Pauses script execution until a given process exists.

###Syntax###
ProcessWait ( "process" [, timeout] )


###Parameters###
@@ParamTable@@
process
	The name of the process to check.
timeout
	[optional] Specifies how long to wait (in seconds). Default is to wait indefinitely.
@@End@@


###ReturnValue###
@@ReturnTable@@
Success:	Returns Pid of the process.
Failure:	Returns 0 if the wait timed out.
@@End@@


###Remarks###
Process names are executables without the full path, e.g., "notepad.exe" or "winword.exe"

The process is polled approximately every 250 milliseconds.

This function is the only process function not to accept a PID.  Because PIDs are allocated randomly, waiting for a particular PID to exist doesn't make sense.

###Related###
ProcessClose, ProcessExists, ProcessWaitClose, RunWait, WinWait, WinWaitActive, ProcessList, RunAsWait, WinGetProcess


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


Document traduit V3.3.6.1 :

Texte en Français


Traducteur :

Contributeurs (pour les modifications avant le Wiki) :