Forum Discussion

alex_yatsenko's avatar
alex_yatsenko
Occasional Contributor
10 years ago

Handling "Script execution was interrupted"

Hello,



I have an issue with handling of "Script execution was interrupted" error message.

On each test end, I am checking Log object to get errors/warnings count to set test state. This information gathering triggered by OnStopTest event. But problem is that error message will be writtent to the log after stop event executed.



Is there any way to find out does test stoped manually or it has finished?