Method Stop
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
Stop()
Stops the element that is linked to the dummy.
public virtual void Stop()
Examples
var dummy = engine.GetDummy("dummy1");
dummy.Stop();
Stops the element that is linked to the dummy.
public virtual void Stop()
var dummy = engine.GetDummy("dummy1");
dummy.Stop();