 | 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)
Syntaxprotected abstract bool IsPowerShellExecutionHostRunning { get; }
Protected MustOverride ReadOnly Property IsPowerShellExecutionHostRunning As Boolean
Get
Property Value
Type:
Boolean
RemarksNeeds to be implemented in a derived class.
See Also