struct tapi_cfg_ps_exit_status_t

Overview

Structure that represents status of a terminated process. More…

#include <tapi_cfg_process.h>

struct tapi_cfg_ps_exit_status_t {
    // fields

    tapi_cfg_ps_exit_status_type_t type;
    int value;
};

Detailed Documentation

Structure that represents status of a terminated process.

Fields

tapi_cfg_ps_exit_status_type_t type

Cause of process termination.

int value

Either an exit status of the process or a number of a signal which caused the process termination.