• Aborts the pending task if the observable pushes false.

    Parameters

    • observable: Observable<boolean>

      The observable that trigger the abort of the executor.

    • ms: number = 0

      The timeout in milliseconds after false is pushed by observer before the executor is aborted.

    Returns ExecutorPlugin