Method Check
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Check(string)
Selects an option.
public void Check(string option)
Parameters
option
stringOption to be selected.
Exceptions
- ArgumentNullException
When option is null.
- ArgumentException
When the option does not exist.