:orphan: .. index:: pair: struct; tapi_cfg_ps_exit_status_t .. _doxid-structtapi__cfg__ps__exit__status__t: struct tapi_cfg_ps_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 tapi_cfg_ps_exit_status_t { // fields :ref:`tapi_cfg_ps_exit_status_type_t` :ref:`type`; int :ref:`value`; }; .. _details-structtapi__cfg__ps__exit__status__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure that represents status of a terminated process. Fields ------ .. index:: pair: variable; type .. _doxid-structtapi__cfg__ps__exit__status__t_1a09e0501eda8c3dacaec47fb0de1fafbc: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_cfg_ps_exit_status_type_t` type Cause of process termination. .. index:: pair: variable; value .. _doxid-structtapi__cfg__ps__exit__status__t_1ad88a6421644b58828966db8671c532a5: .. 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.