Hi,
i want to check if all Process of an Service are ok.


I have a Service named MT4-20. If the Service started ther are two process that must be run. In this Sample it#s the process mt-20.exe with PID 1828 and the terminal with PID 2868.
So if the Service is ok an the Process terminal.exe is not running i want to get an Error message.
How ca i check this ?
i want to check if all Process of an Service are ok.
I have a Service named MT4-20. If the Service started ther are two process that must be run. In this Sample it#s the process mt-20.exe with PID 1828 and the terminal with PID 2868.
So if the Service is ok an the Process terminal.exe is not running i want to get an Error message.
How ca i check this ?
Comment