enum cfg_job_exit_status_type_t

Overview

Cause of process termination More…

#include <tapi_cfg_job.h>

enum cfg_job_exit_status_type_t {
    CFG_JOB_EXIT_STATUS_EXITED,
    CFG_JOB_EXIT_STATUS_SIGNALED,
    CFG_JOB_EXIT_STATUS_UNKNOWN,
};

Detailed Documentation

Cause of process termination

Enum Values

CFG_JOB_EXIT_STATUS_EXITED

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

CFG_JOB_EXIT_STATUS_SIGNALED

Process was terminated by a signal

CFG_JOB_EXIT_STATUS_UNKNOWN

The cause of process termination is not known