| 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; }
Protected MustOverride ReadOnly Property IsPowerShellExecutionHostRunning As Boolean
Get
Property Value
Type:
BooleanRemarks Needs to be implemented in a derived class.
See Also