Util API
The Util object has utility methods.
Util
This method pauses execution for the given amount of time.
Inputs:
millis
Outputs:
Example:
Util.sleep(1000);