Table of Contents

Property HadError

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

HadError

Gets a value indicating whether the script had an error and the ExtendedErrorInfo was true. This is supported from DataMiner 10.3.0/10.2.7 onwards.

public bool HadError { get; }

Property Value

bool

true if the script had an error and the ExtendedErrorInfo was true; otherwise, false.