Table of Contents

Method Check

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

Check(Option<T>)

Marks the specified option as checked.

void Check(Option<T> option)

Parameters

option Option<T>

The option to check.

Check(T)

Marks the option with the specified value as checked.

void Check(T value)

Parameters

value T

The value of the option to check.