:orphan: .. index:: pair: struct; cfg_job_exit_status_t .. _doxid-structcfg__job__exit__status__t: struct cfg_job_exit_status_t ============================ .. toctree:: :hidden: Overview ~~~~~~~~ Structure that represents status of a terminated process :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct cfg_job_exit_status_t { // fields :ref:`cfg_job_exit_status_type_t` :ref:`type`; int :ref:`value`; }; .. _details-structcfg__job__exit__status__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure that represents status of a terminated process Fields ------ .. index:: pair: variable; type .. _doxid-structcfg__job__exit__status__t_1a59ea7830869ca63fe41e945d5fa1bed2: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`cfg_job_exit_status_type_t` type Cause of process termination .. index:: pair: variable; value .. _doxid-structcfg__job__exit__status__t_1a5737349920f91a541f1d93e3f4656875: .. ref-code-block:: cpp :class: doxyrest-title-code-block int value Either an exit status of the process or a number of a signal which caused the process termination