On 11/18/2013 08:23 AM, Madhu Kumar wrote:
> Hi All,
> 
> I am new to Tizen. 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.

Have a look at the Tizen::App namespace.  It's full of methods for this
kind of stuff, including registering a callback for app event-changes.



_______________________________________________
Application-dev mailing list
Application-dev@lists.tizen.org
https://lists.tizen.org/listinfo/application-dev

Reply via email to