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();
Stops the element that is linked to the dummy.
public virtual void Stop()
Element element = engine.FindElement(400, 2000);
element.Stop();