Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskRunnerOptions

The options accepted by a task runner.

Hierarchy

  • TaskRunnerOptions

Index

Properties

Properties

Optional maxTimespan

maxTimespan: undefined | number

The maximum number of milliseconds a cycle may run. A cycle will stop after it has used the number of milliseconds listed here. Setting this to 0 means "run until done" which is not generally recommended.

Optional timeout

timeout: undefined | number

The timeout between one cycle and the next. This is the number of milliseconds that elapse before the next cycle runs.

Generated using TypeDoc