I have set a Timeout sequence using the Javascript function setTimeout(), which refreshes the page every few minutes;
However, there's a realtime condition which can occur after this Timeout has been set, and it will require the Timout to be cancelled before the page can be refreshed.
How do I cancel a Timeout?
Thanks.
