Hi
If I start 3 "same" processes through RProcess.Create() say abc1, abc2 and abc3 and say one of them terminates normally while other 2 continues running , how will I know which process has exited?
In linux, I can do kill(pid, 0) to check whether the process has exited? Is there any compatible function in symbian?
In symbian, I could find only RProcess::Logon which might give some form of notification but I am not able to get
=>how will it give a notifcation as it does not register a callback function
Thx in advance