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).
void Sleep(int timeInMilliseconds)
Parameters
timeInMilliseconds
intThe time to sleep (in ms).
Examples
engine.Sleep(100);
Exceptions
- DataMinerException
Sleep failed.