Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is EXE or Window Frozen
#2
When a program is not responding >= 5 s, it is considered hung. Then Windows adds a ghost window on top of the hung window so you can move it or terminate the program.

Code:
Copy      Help
if(IsHungWindow(win("Quick Macros" "QM_Editor"))=1)
,out "qm hung"

When a web page is loading too long, it is different. Let the macro wait while IE is busy for certain time...

Code:
Copy      Help
wait 5 I; err out "still loading"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)