{% if book.isPdf %}
{% else %}
{% endif %}
Pauses the underlying observable sequence based upon the observable sequence which yields true/false. Note that this only works on hot observables.
pauser
(Rx.Subject): The observable sequence used to pause the underlying sequence.
(Observable
): The observable sequence which is paused based upon the pauser.