M
Maksym Pavlenko
Hello.
I'm working on update system for c# app.
It has two independed modules - exe app itself, which is always running and update service, which sometimes check for the new versions, make backups, downloading archives, etc.
The problem is that I need to correctly kill exe app safely at idle (don't break any operations) from service. How can I do it? Could somebody help me?
Many thanks.
I'm working on update system for c# app.
It has two independed modules - exe app itself, which is always running and update service, which sometimes check for the new versions, make backups, downloading archives, etc.
The problem is that I need to correctly kill exe app safely at idle (don't break any operations) from service. How can I do it? Could somebody help me?
Many thanks.