RunspacePoolAvailability Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines runspace pool availability.
public enum class RunspacePoolAvailability
public enum RunspacePoolAvailability
type RunspacePoolAvailability =
Public Enum RunspacePoolAvailability
- Inheritance
-
RunspacePoolAvailability
Fields
Name | Value | Description |
---|---|---|
None | 0 | RunspacePool is not in the Opened state. |
Available | 1 | RunspacePool is Opened and available to accept commands. |
Busy | 2 | RunspacePool on the server is connected to another client and is not available to this client for connection or running commands. |