CompiledScript.Delay Method
Definition
Adds programmed pause between steps in the monitoring script execution process.
See also Delay in a script
public void Delay(TimeSpan ts)
Parameters
ts TimeSpanExamples
Delay (“10sec”.ToDuration ());
Where ToDuration is an extension method to convert string to TimeSpan.