Creates a timeout timer (same interface as JS setTimeout).
setTimeout
Function to run after the delay.
Delay in milliseconds.
Optional
Optional arguments passed to callback.
callback
Timeout id.
Creates a timeout timer (same interface as JS
setTimeout).