Table of Contents

Method Sleep

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Sleep(int)

Causes the Automation script to pause for the specified amount of time (in milliseconds).

public void Sleep(int timeInMilliseconds)

Parameters

timeInMilliseconds int

The time to sleep (in ms).

Examples

engine.Sleep(100);

Exceptions

DataMinerException

Sleep failed.