Table of Contents

Method Pause

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Pause()

Pauses the element that is linked to the dummy.

public virtual void Pause()

Examples

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