Version: v0.8.1 - Beta.  We welcome contributors & feedback.

System.sleep

System.sleep($timeMilliseconds) -> null

Description

Pause execution of the current script.

System.sleep(1500)  // 1.5 seconds

See Also