Interface: IBBSPrintFunctions
core.IBBSPrintFunctions
Table of contents
Methods
Methods
pause
▸ pause(optionsOrPrompt?): Promise<string>
Parameters
| Name | Type |
|---|---|
optionsOrPrompt? |
string | IQPauseOptions |
Returns
Promise<string>
Defined in
wait
▸ wait(ms?): Promise<void>
Parameters
| Name | Type |
|---|---|
ms? |
number |
Returns
Promise<void>