Solved
Forum Discussion
tristaanogre
9 years agoEsteemed Contributor
Do you have a particular pattern to the non-responsiveness? Does it happen at the same place or within similar functional processes? If so, you should be able to build into your code some sort of "Wait" methodology that, when attempting to execute the specific process, check to see if the application is responsive... if not, call Sys.Process(<application name>).Terminate().