enum ta_job_status_type_t

Overview

Cause of job’s completion More…

#include <ta_job.h>

enum ta_job_status_type_t {
    TA_JOB_STATUS_EXITED,
    TA_JOB_STATUS_SIGNALED,
    TA_JOB_STATUS_UNKNOWN,
};

Detailed Documentation

Cause of job’s completion

Enum Values

TA_JOB_STATUS_EXITED

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

TA_JOB_STATUS_SIGNALED

Job was terminated by a signal

TA_JOB_STATUS_UNKNOWN

The cause of job termination is not known