B4J Question Guardian for Windows program

amorosik

Expert
Licensed User
I have a console application (or may be a winform application), which I will call prog1, made in c # with Visual Studio, running on Windows pc
I would like to create a program, which I will call prog2 in B4J to monitor prog1 and make sure it remains running, and if the application crashes then I would like to restart it
How to 'test' if an application is running?
And how to start it if it is not detected in execution?
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top