The interval and timeout object are quite similar, when to use them? The interval is required for an event repeatable at a specific interval, but the interval do not wait for the process to finish, so if the execution time is more than the interval, two process are running, at the same time. This is...