Java script : How to find setInterval function is now running or timedout?
In my project I use two setInterval functions, One function is running all
time. The second function is start and stop dynamically according to
keyboard input. How to find state(Running or Timeout) of setInterval
funcion?
No comments:
Post a Comment