2021-08-01 14:47:48 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [waitFor](./js-utils.waitfor.md)
|
|
|
|
|
|
|
|
## waitFor() function
|
|
|
|
|
2021-08-08 00:34:19 +00:00
|
|
|
> Warning: This API is now obsolete.
|
|
|
|
>
|
|
|
|
>
|
2021-08-01 14:47:48 +00:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2021-08-08 00:34:19 +00:00
|
|
|
export declare function waitFor(cb: PredicateC0, step: number, tries: number): Promise<void>;
|
2021-08-01 14:47:48 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| cb | PredicateC0 | |
|
|
|
|
| step | number | |
|
2021-08-08 00:34:19 +00:00
|
|
|
| tries | number | |
|
2021-08-01 14:47:48 +00:00
|
|
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
Promise<void>
|
|
|
|
|