sleepMillis(millisToSleep)¶
Definition¶
Long sleepMillis(Number millisToSleep)
Description¶
Returns the number of millisecond slept as a Long. This is primarily used for testing. WARNING: This is a BLOCKING call.
Parameter Definition¶
Name | Type | Description |
---|---|---|
millisToSleep | Number | The number of milliseconds to sleep. |