Running(
     string:procname
)
bool

Arguments

procname

Name of process to look for.

Return value

Returns True if procname is currently running.

Description

Queries whether a specified process is currently running.

Example:

if (Running("excel.exe")) { ... } // is Excel currently open?

See also:
FindWindow