sleep
From AgileApps Support Wiki
- Functions.sleep(long milliseconds)
- Description
- Pauses the current process for the specified number of milliseconds.
- Syntax
- <syntaxhighlight lang="java" enclose="div">
void Functions.sleep(long milliseconds); </syntaxhighlight>
- Throws
-
- InterruptedException if the process was awakened by the JVM (or terminated) before the specified wake-up time.