Package version:

Interface PollerLike<TState, TResult>

Abstract representation of a poller, intended to expose just the minimal API that the user needs to work with.

Type Parameters

Hierarchy

Properties

sendCancellationRequest: (() => Promise<void>)

Type declaration

    • (): Promise<void>
    • sends a cancellation request.

      Returns Promise<void>

Generated using TypeDoc