Table of Contents

Method Start

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Start()

Starts the element that is linked to the dummy.

public virtual void Start()

Examples

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