flush([millis]);
Runs interval tasks scheduled to be run in the next millis milliseconds.
Parameters
| Param | Type | Details |
|---|---|---|
| millis (optional) | number | maximum timeout amount to flush up until. |
Returns
number |
The amount of time moved forward. |
Please login to continue.