| Tizen Native API
    5.5
    | 
| Public Attributes | |
| pid_t | pid | 
| int | exit_code | 
| Ecore_Exe * | exe | 
| int | exit_signal | 
| Eina_Bool | exited: 1 | 
| Eina_Bool | signalled: 1 | 
| void * | ext_data | 
| siginfo_t | data | 
Detailed Description
Definition for a structure that stores information of a Process exit event.
Member Data Documentation
| siginfo_t _Ecore_Exe_Event_Del::data | 
Signal info
| Ecore_Exe* _Ecore_Exe_Event_Del::exe | 
The handle to the exited process, or NULL if not found 
The exit code of the process
The signal that caused the process to exit
Set to 1 if the process exited of its own accord
Extension data - not used
The process ID of the process that exited
Set to 1 if the process exited due to uncaught signal