Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

OnRenderProcessTerminated

Post Reply
pushca
Posts: 37
Joined: Sat Dec 04, 2021 5:09 pm

OnRenderProcessTerminated

Post by pushca »

During a long run, my program ceases to be responsive in the browser. I think that the browser needs to be checked by calling - OnRenderProcessTerminated , this method was in chrome. Is there something similar here?
User avatar
salvadordf
Posts: 4563
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: OnRenderProcessTerminated

Post by salvadordf »

Use the TWVBrowserBase.OnProcessFailed event :
https://docs.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2?view=webview2-1.0.1245.22#add_processfailed
pushca
Posts: 37
Joined: Sat Dec 04, 2021 5:09 pm

Re: OnRenderProcessTerminated

Post by pushca »

Thanks! this is what you need
Post Reply