Aide:ProcessExists.txt

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

Document original V3.3.6.1 :

###Function###
ProcessExists

###Description###
Checks to see if a specified process exists. 

###Syntax###
ProcessExists ( "process" ) 


###Parameters###
@@ParamTable@@
process
	The name or PID of the process to check. 
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Returns the PID of the process.
Failure:	Returns 0 if process does not exist.
@@End@@


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

PID is the unique number which identifies a Process.

The process is polled approximately every 250 milliseconds.

###Related###
ProcessClose, ProcessWait, ProcessWaitClose, WinExists, ProcessList


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


Document traduit V3.3.6.1 :

###Function###
ProcessExists

###Description###
Vérifie si un processus spécifié existe.

###Syntax###
ProcessExists ( "process" ) 


###Parameters###
@@ParamTable@@
process
	Le nom ou PID du processus à vérifier.
@@End@@

###ReturnValue###
@@ReturnTable@@
Succès:	Retourne le PID du processus.
Échec:	Retourne 0 si le processus n'existe pas.
@@End@@


###Remarks###
Les noms des processus sont des exécutables sans le chemin complet, par exemple, "notepad.exe" ou "winword.exe"

Le PID est le numéro unique qui identifie un processus.

Le processus est consultée environ toutes les 250 millisecondes.

###Related###
ProcessClose, ProcessWait, ProcessWaitClose, WinExists, ProcessList


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


Traducteur : TT22

Contributeurs (pour les modifications avant le Wiki) :