enum tapi_job_status_type_t

Overview

Cause of a job’s completion More…

#include <tapi_job.h>

enum tapi_job_status_type_t {
    TAPI_JOB_STATUS_EXITED,
    TAPI_JOB_STATUS_SIGNALED,
    TAPI_JOB_STATUS_UNKNOWN,
};

Detailed Documentation

Cause of a job’s completion

Enum Values

TAPI_JOB_STATUS_EXITED

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

TAPI_JOB_STATUS_SIGNALED

Job was terminated by a signal

TAPI_JOB_STATUS_UNKNOWN

The cause of job termination is not known