A Promise that presents an optional message on the console and waits for a period of time for keyboard input to resume.
A Promise to await on.
Optional
The message to log to the user console or a timeout (seconds)
The number of milliseconds to wait before resuming, a value < 1 will wait until keyboard input event before resuming.
A Promise that presents an optional message on the console and waits for a period of time for keyboard input to resume.
Returns
A Promise to await on.