wait
This content is for the 4.1.0 version. Switch to the latest version for up-to-date documentation.
function wait(ms: number): Promise<void>
Wait for a specific amount of time (timeout)
Parameters
Parameter | Type | Description |
---|---|---|
ms | number | Time to wait in milliseconds |
Returns
Promise
<void
>
A promise that resolves in x seconds