RunspaceAvailability Enum

Definition

Enum to indicate whether a Runspace is busy or available

public enum RunspaceAvailability
Inheritance
RunspaceAvailability

Fields

Available

The Runspace is available to execute commands

AvailableForNestedCommand

The Runspace is available to execute nested commands

Busy

The Runspace is busy executing a command

None

The Runspace is not been in the Opened state

RemoteDebug