AppIsRunning()

Syntax

AppIsRunning(WindowName$)

Remarks

Returns –1 if the specified application is running or 0 (zero) if it is not.

Argument

Explanation

WindowName$

In Windows, a string that matches the beginning of an application window name, as it appears in the title bar or Task List. On the Macintosh, WindowName$ is either the application name or the signature returned by MacID$(). For more information on WindowName$, see AppActivate.


For an example, see AppActivate.

See Also

AppActivate, AppClose, MacID$(), MicrosoftApplication