Running( string:procname ) → bool
Queries whether a specified process is currently running.
Example:
if (Running("excel.exe")) { ... } // is Excel currently open?
See also: FindWindow