Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/promise-util
wait
Function wait
wait
(
ms
:
number
)
:
Promise
<
void
>
Constructs a promise that will resolve after a given delay.
Parameters
ms
:
number
the number of milliseconds to wait
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Constructs a promise that will resolve after a given delay.