Easypt

sleep

..Root.time.sleep

Blocks the execution of the current thread for given number of milliseconds.

Child of:

time

Signatures:

NativeCallable, Callable

Example:

import("time");
log(time.secondsSinceEpoch());
time.sleep(2000);
log(time.secondsSinceEpoch());