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

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