Table of Contents

Method RaiseResultEvents

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

RaiseResultEvents(ILogger)

Raises zero or more events of the widget. This method is called after LoadResult(IUIResults, ILogger) was called on all widgets.

protected override void RaiseResultEvents(ILogger logger = null)

Parameters

logger ILogger

Remarks

It is up to the implementer to determine if an event must be raised.