Pipeline.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.
True if pipeline execution encountered and error. It will always be true if _reason is non-null since an exception occurred. For other error types, It has to be set manually.
public:
virtual property bool HadErrors { bool get(); };
public:
virtual property bool HadErrors { bool get(); };
public virtual bool HadErrors { get; }
member this.HadErrors : bool
Public Overridable ReadOnly Property HadErrors As Boolean