I have been looking around the chromium embedded framework docs and cannot find any obvious solution.
What is the recommended way for the parent process (CEFProject.exe) to terminate if a sub-process is terminated (CefSharp.BrowserSubProcess.exe).
I have found an approach to do terminate the child processes when the parent process is shut-down here, but not the other way round.
Any suggestions would be appreciated.