bool IsProcRunning(int pid)

Determines if the specified process is running. Trust Level Required: High

Parameters

Name Description
pid The process ID.

Return

True if the process is running.