Hierarchy

  • BatchAwaitOptions

Properties

cancelToken?: CancellationToken

Optional cancellation token that when triggered aborts the batch and returns

pollInterval?: number

Frequency to poll in ms for batch progress when awaiting or executing a batch

Default

5000
progressReport?: ((status) => any)

Type declaration

    • (status): any
    • Progress callback that contains the current batch status

      Parameters

      Returns any

timeout?: number

Timeout value in ms after which the batch is aborted if it did not complete with in the set time