Skip to main content

TimerOptions

interface TimerOptions
extends Abortable

Properties Jump to heading

optional
Jump to headingref: boolean | undefined

Set to false to indicate that the scheduled Timeout should not require the Node.js event loop to remain active.

Back to top