method Interface.prototype.pause
Jump to headingInterface.prototype.pause(): thisThe rl.pause() method pauses the input stream, allowing it to be resumed
later if necessary.
Calling rl.pause() does not immediately pause other events (including 'line') from being emitted by the Interface instance.
Return Type Jump to heading
this