Forum Discussion
raluca_suditu
14 years agoContributor
Hi,
In the meanwhile I found the solution. We should do like this:
In the meanwhile I found the solution. We should do like this:
function
GeneralEvents_OnLogError(Sender, LogParams)
{
if (LogParams["Str"] == "The window was destroyed during method execution.")
LogParams["Locked"] = true;
}