Tizen Native API
|
Public Attributes | |
pid_t | pid |
int | exit_code |
Ecore_Exe * | exe |
Eina_Bool | exited: 1 |
Eina_Bool | signalled: 1 |
void * | ext_data |
siginfo_t | data |
Process exit event
siginfo_t _Ecore_Exe_Event_Del::data |
Signal info
Ecore_Exe* _Ecore_Exe_Event_Del::exe |
The handle to the exited process, otherwise 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 due to an uncaught signal Extension data - not used
The process ID of the process that exited
< Set to 1
if the process exited on its own