Table of Contents

Method Start

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Start()

Starts the element that is linked to the dummy.

public virtual void Start()

Examples

Element element = engine.FindElement(400, 2000);
element.Start();