CmdletProvider.Stopping 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.
Indicates whether stop has been requested on this provider.
public:
property bool Stopping { bool get(); };
public:
property bool Stopping { bool get(); };
public bool Stopping { get; }
member this.Stopping : bool
Public ReadOnly Property Stopping As Boolean