Click or drag to resize

PowerShellExecutionHostBaseIsPowerShellExecutionHostRunning Property

Checks is the PowerShell process is running.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
protected abstract bool IsPowerShellExecutionHostRunning { get; }

Property Value

Type: Boolean
Remarks
Needs to be implemented in a derived class.
See Also