PipelineStateInfo.State Property

Definition

The state of the runspace.

public:
 property System::Management::Automation::Runspaces::PipelineState State { System::Management::Automation::Runspaces::PipelineState get(); };
public System.Management.Automation.Runspaces.PipelineState State { get; }
member this.State : System.Management.Automation.Runspaces.PipelineState
Public ReadOnly Property State As PipelineState

Property Value

Remarks

This value indicates the state of the pipeline after the change.

Applies to