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)
Namespace: System.Management.Automation.Runspaces
Assembly: System.Management.Automation (in System.Management.Automation.dll)
| Member name | Description |
|---|---|
| Available | The runspace is available for running commands. This field is introduced in Windows PowerShell 2.0. |
| AvailableForNestedCommand | The 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. |
| Busy | The runspace is not available to run commands because it is busy. This field is introduced in Windows PowerShell 2.0. |
| None | The 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 PreviewSend comments about this topic to Microsoft.
