wait MethodStatic
Utility function to just wait for the specified time
wait(ms: number): Promise<void>
| Parameter | Type | Description |
|---|---|---|
| ms | number | Duration in milliseconds to wait |
Returns - Promise that resolves after the specified wait period
Defined in
Last Updated: 08 January, 2020