sleepMs
Pause execution of the recipe
Syntax
sleepMs(ms)
Returns
returns (integer) amount of ms
Parameters
- ms (integer)
- the amount in milisecs
Usage
echo("take over the world");
sleepMs(3000);
echo("done");