Interface IOptions<Sender, Args>

The options used to construct a new ActivityMonitor.

Type Parameters

  • Sender

  • Args

Hierarchy

  • IOptions

Properties

Properties

signal: ISignal<Sender, Args>

The signal to monitor.

timeout?: number

The activity timeout in milliseconds.

The default is 1 second.

Generated using TypeDoc