CollectorResetTimerOptions

export interface CollectorResetTimerOptions
export interface CollectorResetTimerOptions
Options used to reset the timeout and idle timer of a Collector.
idle?:number
How long to wait to stop the collector after inactivity (in milliseconds)
time?:number
How long to run the collector for (in milliseconds)