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

var dummy = engine.GetDummy("dummy1");
dummy.Stop();