Re: [b2g] is there any method i can use to kill child process after killing parent process in Js

2014-04-29 Thread Julien Wajsberg
Le 29/04/2014 16:53, Julien Wajsberg a écrit : > Hey, > > You should send this function to dev-platform as this mailing list is > only meant for Firefox OS development. Obviously, I meant "question" here. signature.asc Description: OpenPGP digital signature _

Re: [b2g] is there any method i can use to kill child process after killing parent process in Js

2014-04-29 Thread Julien Wajsberg
Hey, You should send this function to dev-platform as this mailing list is only meant for Firefox OS development. Thanks ! Le 29/04/2014 04:47, 丛青彬 a écrit : > i encountered a problem when programming with js api nsIProcess. > > could you help me to resolve it. > > > i fork a process from his

[b2g] is there any method i can use to kill child process after killing parent process in Js

2014-04-28 Thread 丛青彬
i encountered a problem when programming with js api nsIProcess. could you help me to resolve it. i fork a process from his parent process using nsIProcess.runAsync() when i kill the parent process , the child process is untraceable. is there any method i can use to kill child proces