Expand Minimize
This topic has not yet been rated - Rate this topic

RunspacePoolAvailability Enumeration

Specifies the availability of a runspace pool.


Namespace: System.Management.Automation.Runspaces
Assembly: System.Management.Automation (in System.Management.Automation.dll)
'Usage
Dim instance As RunspacePoolAvailability

public enum RunspacePoolAvailability
public enum RunspacePoolAvailability
public enum RunspacePoolAvailability
Member nameDescription
AvailableThe runspace pool is opened and available to accept commands.
BusyThe runspace pool on the server is connected to another client and is not available to this client for connection or running commands.
NoneThe runspace pool is not in the opened state.

 

Target Platforms

Windows 98, Windows 2000 , Windows 2000 Server , Windows CE, Windows Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2, Windows XP, Windows 7, Windows 2008 R2, Windows Developer Preview, Windows Server Developer Preview

Send comments about this topic to Microsoft.
© 2013 Microsoft. All rights reserved.