:orphan: .. index:: pair: struct; ta_job_status_t .. _doxid-structta__job__status__t: struct ta_job_status_t ====================== .. toctree:: :hidden: Overview ~~~~~~~~ Structure that represents status of a completed job :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct ta_job_status_t { // fields :ref:`ta_job_status_type_t` :ref:`type`; int :ref:`value`; }; .. _details-structta__job__status__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure that represents status of a completed job Fields ------ .. index:: pair: variable; type .. _doxid-structta__job__status__t_1a7b2b1c7e4c50977d2e516fa0394d1612: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`ta_job_status_type_t` type Cause of job's completion .. index:: pair: variable; value .. _doxid-structta__job__status__t_1a27bcb9288cacdcc79ac7baa6a5464df7: .. ref-code-block:: cpp :class: doxyrest-title-code-block int value Either an exit status of the job or a number of a signal which caused the job's termination