언어 설정

Menu
Sites
Language
Get the exit status or code of another application

Hi All,

I am working on a tool (native application) using which I need to know if a given application (another application that is running) exited normally or crashed or led to some exception.The tool will then report the same. I would like to know if there is a way or method available in Tizen to do this.

In Windows we can get the process context and register for its exit event handler and in the event handler we will get the exit code of the process through which we will know if it is a normal exit or not. Similar to that do we have any mechanism available on Tizen?

Any pointers or inputs is appreciated.

Thanks in advance.