Table of Contents

Method ShowDialog

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

ShowDialog(Dialog)

Sets the dialog that will be shown after user interaction events are processed, or when Update() is called in manual mode.

public void ShowDialog(Dialog dialog)

Parameters

dialog Dialog

The next dialog to be shown.

Exceptions

ArgumentNullException

When dialog is null.