isPaused
The readable.isPaused()
method returns the current operating state of the Readable. This is used primarily by the mechanism that underlies the readable.pipe()
method. In most typical cases, there will be no reason to use this method directly.
Return
true
if the Readable is in a paused state, false
otherwise.