Optional
delayThe minimum delay (in milliseconds) after the observable emits true
and aborting the executor — unless
the executor is settled or the observable emits false
.
Optional
isIf true
, every new task is immediately aborted if the last value emitted by the observable was true
and
the delay has expired.
Options of the abortWhen plugin.