RunspaceMode 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.
Enumerated type defining runspace modes for nested pipeline.
public enum class RunspaceModepublic enum RunspaceModetype RunspaceMode = Public Enum RunspaceMode- Inheritance
- 
				RunspaceMode
Fields
| Name | Value | Description | 
|---|---|---|
| CurrentRunspace | 0 | Use current runspace from the current thread of execution. | 
| NewRunspace | 1 | Create new runspace. |