sleep
Pause execution for the specified duration.
Signature
await utils.sleep(ms)Parameters
| Param | Type | Description |
|---|---|---|
ms | number | Duration in milliseconds |
Examples
await utils.sleep(2000); // wait 2 secondsLast updated on
Pause execution for the specified duration.
await utils.sleep(ms)| Param | Type | Description |
|---|---|---|
ms | number | Duration in milliseconds |
await utils.sleep(2000); // wait 2 seconds