PowerShell.HadErrors 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.
If an error occurred while executing the pipeline, this will be set to true.
public:
property bool HadErrors { bool get(); };
public:
property bool HadErrors { bool get(); };
public bool HadErrors { get; }
member this.HadErrors : bool
Public ReadOnly Property HadErrors As Boolean