struct ta_job_status_t

Overview

Structure that represents status of a completed job More…

#include <ta_job.h>

struct ta_job_status_t {
    // fields

    ta_job_status_type_t type;
    int value;
};

Detailed Documentation

Structure that represents status of a completed job

Fields

ta_job_status_type_t type

Cause of job’s completion

int value

Either an exit status of the job or a number of a signal which caused the job’s termination