Constructs a new Timeout instance with the given timeout duration and callback function.
The timeout duration in milliseconds.
The function to be called when the timeout is triggered.
Private
isPrivate
isPrivate
timeoutGenerated using TypeDoc
A class representing a timeout that triggers a callback function after a specified time interval.