BertUI is crashing if an app launched from it is left to run for a long time (roughly one hour). I believe this has to do with Process.WaitForExit() being a blocking function, so will break this out in to a loop to prevent the GUI from becoming unresponsive
BertUI is crashing if an app launched from it is left to run for a long time (roughly one hour). I believe this has to do with Process.WaitForExit() being a blocking function, so will break this out in to a loop to prevent the GUI from becoming unresponsive