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
loggerILogger
Remarks
It is up to the implementer to determine if an event must be raised.