RunspaceStateInfo Class

Definition

Defines type which has information about RunspaceState and Exception associated with RunspaceState.

public ref class RunspaceStateInfo sealed
public sealed class RunspaceStateInfo
type RunspaceStateInfo = class
Public NotInheritable Class RunspaceStateInfo
Inheritance
RunspaceStateInfo

Properties

Name Description
Reason

The reason for the state change, if caused by an error.

State

The state of the runspace.

Methods

Name Description
ToString()

Override for ToString()

Applies to