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
uiResultsIUIResultsRepresents the information a user has entered or selected in a dialog box of an interactive Automation script.
loggerILoggerOptional logger for logging information.
Remarks
DestVar should be used as key to get the changes for this widget.