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

RunspaceAvailability Enumeration

Defines the availability of a runspace, such as is it available or busy. This enumeration is introduced in Windows PowerShell 2.0.


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

public enum RunspaceAvailability
public enum RunspaceAvailability
public enum RunspaceAvailability
Member nameDescription
AvailableThe runspace is available for running commands. This field is introduced in Windows PowerShell 2.0.
AvailableForNestedCommandThe runspace is available for running nested commands. This typically indicates that the runspaces is in a nested prompt or in the debugger. This field is introduced in Windows PowerShell 2.0.
BusyThe runspace is not available to run commands because it is busy. This field is introduced in Windows PowerShell 2.0.
NoneThe runspace is not available because it is not open. This field is introduced in Windows PowerShell 2.0.

 

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.