###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@@
