Documentation
Preparing search index...
core/src
pause
Function pause
pause
(
ms
?:
number
)
:
Promise
<
void
>
Pauses execution for one second (or optionally the given amount of milliseconds).
Parameters
ms
:
number
= MS_PER_SECOND
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Pauses execution for one second (or optionally the given amount of milliseconds).