The rl.pause() method pauses the input stream, allowing it to be resumed later if necessary.
rl.pause()
input
Calling rl.pause() does not immediately pause other events (including 'line') from being emitted by the Interface instance.
'line'
Interface
v0.3.4