HasProcess¶
Returns a boolean value that indicates whether the specified process has been installed on the current domain.
$Domain.HasProcess(name: string):boolean
Parameters¶
string name
The name of the process.
Returns¶
true if the process is installed; otherwise, false.