Table of Contents

Method Stop

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Stop()

Stops the element that is linked to the dummy.

public virtual void Stop()

Examples

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