RunspacePoolAvailability Enum

Definition

Defines runspace pool availability.

public enum RunspacePoolAvailability
Inheritance
RunspacePoolAvailability

Fields

Available

RunspacePool is Opened and available to accept commands.

Busy

RunspacePool on the server is connected to another client and is not available to this client for connection or running commands.

None

RunspacePool is not in the Opened state.