:orphan: .. index:: pair: enum; tapi_job_wrapper_priority_t .. _doxid-group__tapi__job_1ga54951431877ba5144785b1a309d95687: enum tapi_job_wrapper_priority_t ================================ Overview ~~~~~~~~ Wrappers priority level :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum tapi_job_wrapper_priority_t { :ref:`TAPI_JOB_WRAPPER_PRIORITY_LOW` = 0, :ref:`TAPI_JOB_WRAPPER_PRIORITY_DEFAULT`, :ref:`TAPI_JOB_WRAPPER_PRIORITY_HIGH`, }; .. _details-group__tapi__job_1ga54951431877ba5144785b1a309d95687: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Wrappers priority level Enum Values ----------- .. index:: pair: enumvalue; TAPI_JOB_WRAPPER_PRIORITY_LOW .. _doxid-group__tapi__job_1gga54951431877ba5144785b1a309d95687a98785115732a58a5a5e604dbc5022cac: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_JOB_WRAPPER_PRIORITY_LOW The wrapper will be added to the rigth of default level according to the priority level. .. index:: pair: enumvalue; TAPI_JOB_WRAPPER_PRIORITY_DEFAULT .. _doxid-group__tapi__job_1gga54951431877ba5144785b1a309d95687a5b147b89c4ab174859435eb4bfc89e78: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_JOB_WRAPPER_PRIORITY_DEFAULT The Wrappers will be added to the main tool from right to left according to the priority level. .. index:: pair: enumvalue; TAPI_JOB_WRAPPER_PRIORITY_HIGH .. _doxid-group__tapi__job_1gga54951431877ba5144785b1a309d95687a5c33c73e2fdbc4ab3dabba0e46011204: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_JOB_WRAPPER_PRIORITY_HIGH The wrapper will be added to the rigth of default level according to the priority level.