Dim instance As Cmdlet Dim value As Boolean value = instance.Stopping
Public ReadOnly Property Stopping As Boolean
public bool Stopping { get; }
public: property bool Stopping { bool get (); }
/** @property */ public boolean get_Stopping ()
public function get Stopping () : boolean
The cmdlet should implement the StopProcessing method to perform operations that are required before the pipeline processing is stopped.
For more information about cmdlets, see Windows PowerShell Cmdlets.