Skip to content

HasProcess¶

Returns a boolean value that indicates whether the specified process has been installed on the current domain.

1
$Domain.HasProcess(name: string):boolean

Parameters¶

string name
    The name of the process.

Returns¶

true if the process is installed; otherwise, false.