| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > Async > sleepAsync
Return a promise that resolves after the specified number of milliseconds.
Signature:
static sleepAsync(ms: number): Promise<void>;|
Parameter |
Type |
Description |
|---|---|---|
|
ms |
number |
Returns:
Promise<void>