Type Alias SeqEarlyBreaker

SeqEarlyBreaker: ((e: unknown) => boolean)

A function that decides if the sequential run should be early stopped.

Type declaration

    • (e): boolean
    • Parameters

      • e: unknown

        Value thrown by the function (usually Error).

      Returns boolean

seq