:orphan: .. index:: pair: enum; interactive_mode_opts .. _doxid-tester__interactive_8h_1a9a6ad12cf300c18767b55cd837fa6321: enum interactive_mode_opts ========================== Overview ~~~~~~~~ Interactive Tester UI return codes :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum interactive_mode_opts { :ref:`TESTER_INTERACTIVE_RUN` =(1<<0), :ref:`TESTER_INTERACTIVE_RESUME` =(1<<1), :ref:`TESTER_INTERACTIVE_STOP` =(1<<2), :ref:`TESTER_INTERACTIVE_ERROR` =(1<<3), }; .. _details-tester__interactive_8h_1a9a6ad12cf300c18767b55cd837fa6321: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Interactive Tester UI return codes Enum Values ----------- .. index:: pair: enumvalue; TESTER_INTERACTIVE_RUN .. _doxid-tester__interactive_8h_1a9a6ad12cf300c18767b55cd837fa6321af799fe01932c707caecf8cd885a76e7f: .. ref-code-block:: cpp :class: doxyrest-title-code-block TESTER_INTERACTIVE_RUN Process and run a new test path .. index:: pair: enumvalue; TESTER_INTERACTIVE_RESUME .. _doxid-tester__interactive_8h_1a9a6ad12cf300c18767b55cd837fa6321aa8b72a9cdc9ef20636e6e2ec1f5b97c6: .. ref-code-block:: cpp :class: doxyrest-title-code-block TESTER_INTERACTIVE_RESUME Continue the testing (as if it wasn't interrupted) .. index:: pair: enumvalue; TESTER_INTERACTIVE_STOP .. _doxid-tester__interactive_8h_1a9a6ad12cf300c18767b55cd837fa6321a4461a2c01f2c7fc6ab87d69f7cb88155: .. ref-code-block:: cpp :class: doxyrest-title-code-block TESTER_INTERACTIVE_STOP Stop the testing .. index:: pair: enumvalue; TESTER_INTERACTIVE_ERROR .. _doxid-tester__interactive_8h_1a9a6ad12cf300c18767b55cd837fa6321a6ff0b742d90902f0c828968187ef4eb3: .. ref-code-block:: cpp :class: doxyrest-title-code-block TESTER_INTERACTIVE_ERROR An error occurred