interface CollectorResetTimerOptions

export interface CollectorResetTimerOptions

Options used to reset the timeout and idle timer of a Collector.

optional
idle? : number

How long to wait to stop the collector after inactivity (in milliseconds)

optional
time? : number

How long to run the collector for (in milliseconds)