enum tapi_cfg_ps_exit_status_type_t

Overview

Cause of process termination. More…

#include <tapi_cfg_process.h>

enum tapi_cfg_ps_exit_status_type_t {
    TAPI_CFG_PS_EXIT_STATUS_EXITED,
    TAPI_CFG_PS_EXIT_STATUS_SIGNALED,
    TAPI_CFG_PS_EXIT_STATUS_UNKNOWN,
};

Detailed Documentation

Cause of process termination.

Enum Values

TAPI_CFG_PS_EXIT_STATUS_EXITED

Process terminated normally (by exit() or return from main).

TAPI_CFG_PS_EXIT_STATUS_SIGNALED

Process was terminated by a signal.

TAPI_CFG_PS_EXIT_STATUS_UNKNOWN

The cause of process termination is not known.