Aborts the pending task if the observable emits true. If a new task is executed after the observable emitted true, then it is instantly aborted.
true
The observable that trigger the abort of the executor.
Abort options.
Aborts the pending task if the observable emits
true
. If a new task is executed after the observable emittedtrue
, then it is instantly aborted.