Skip to content

wait

This content is for the 4.0.1 version. Switch to the latest version for up-to-date documentation.

wait(ms): Promise<void>

Wait for a specific amount of time (timeout)

Parameters

ms: number

Time to wait in milliseconds

Returns

Promise<void>

A promise that resolves in x seconds

Defined in

src/Utils.ts:30