interface
timers.TimerOptions
interface TimerOptions
- ref?: boolean
Set to
falseto indicate that the scheduledTimeoutshould not require the Node.js event loop to remain active.
interface
Set to false to indicate that the scheduled Timeout should not require the Node.js event loop to remain active.