- ms
- to sleep before returning, in milliseconds of uptime.
Waits a given number of milliseconds (of uptimeMillis) before returning. Similar to Java.Lang.Thread.Sleep(long), but does not throw Java.Lang.InterruptedException; Java.Lang.Thread.Interrupt events are deferred until the next interruptible operation. Does not return until at least the specified number of milliseconds has elapsed.