RunspaceStateEventArgs.RunspaceStateInfo Property
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.
Information about state of the runspace.
public:
property System::Management::Automation::Runspaces::RunspaceStateInfo ^ RunspaceStateInfo { System::Management::Automation::Runspaces::RunspaceStateInfo ^ get(); };
public System.Management.Automation.Runspaces.RunspaceStateInfo RunspaceStateInfo { get; }
member this.RunspaceStateInfo : System.Management.Automation.Runspaces.RunspaceStateInfo
Public ReadOnly Property RunspaceStateInfo As RunspaceStateInfo
Property Value
Remarks
This value indicates the state of the runspace after the change.