RunspaceAvailabilityEventArgs Class

Definition

Defines the event arguments passed to the AvailabilityChanged AvailabilityChanged event.

public ref class RunspaceAvailabilityEventArgs sealed : EventArgs
public sealed class RunspaceAvailabilityEventArgs : EventArgs
type RunspaceAvailabilityEventArgs = class
    inherit EventArgs
Public NotInheritable Class RunspaceAvailabilityEventArgs
Inherits EventArgs
Inheritance
RunspaceAvailabilityEventArgs

Properties

RunspaceAvailability

Whether the Runspace is available to execute commands.

Applies to