API Version: 14
Library Version: 14
Generated by gi-docgen 2023.1
gboolean shell_util_wifexited ( int status, int* exit )
Implements libc standard WIFEXITED, that cannot be used JS code.
status
Type: int
int
The status returned by wait() or waitpid()
wait()
waitpid()
exit
Type: int*
int*
The actual exit status of the process.
Type: gboolean
gboolean
TRUE if the process exited normally, FALSE otherwise.