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