Checks to see if a specified process exists.
ProcessExists ( "process" )
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.
ProcessClose, ProcessList, ProcessWait, ProcessWaitClose, WinExists