The callback to invoke after the timeout elapses.
The number of milliseconds to wait before invoking the callback.
Optionaloptions: UseTimeoutOptionsOptional configuration options.
An object with a readonly reference indicating whether the callback is currently scheduled for delayed execution, and methods to start and stop the callback.
Manages the delayed execution of a callback.