Interface BatchTaskOptions

Configuration options for a batch task. The task can be divided into batches that either contain a fixed amount of iteration, or that take a fixed amount of time (in milliseconds) to complete.

Hierarchy

  • BatchTaskOptions

Properties

Properties

amount: number
budget: "iterations" | "milliseconds"

Generated using TypeDoc