Retries the latest task if the observable emits true.
true
NOte: If executor isn't active and retry isn't eager then the task is retried after the executor becomes active.
The observable that triggers the retry of the latest task.
Retry options.
Retries the latest task if the observable emits
true
.NOte: If executor isn't active and retry isn't eager then the task is retried after the executor becomes active.