Table of Contents

Method LoadResult

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

LoadResult(IUIResults, ILogger)

Load any changes made through user interaction.

protected override void LoadResult(IUIResults uiResults, ILogger logger = null)

Parameters

uiResults IUIResults

Represents the information a user has entered or selected in a dialog box of an interactive Automation script.

logger ILogger

Optional logger for logging information.

Remarks

DestVar should be used as key to get the changes for this widget.