:orphan: .. index:: pair: enum; ta_job_wrapper_priority_t .. _doxid-group__ta__job_1ga9085ed3cb85cab25f5d561b481a7c6dd: enum ta_job_wrapper_priority_t ============================== Overview ~~~~~~~~ Wrappers priority level :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum ta_job_wrapper_priority_t { :ref:`TA_JOB_WRAPPER_PRIORITY_MIN` = 0, :ref:`TA_JOB_WRAPPER_PRIORITY_LOW`, :ref:`TA_JOB_WRAPPER_PRIORITY_DEFAULT`, :ref:`TA_JOB_WRAPPER_PRIORITY_HIGH`, :ref:`TA_JOB_WRAPPER_PRIORITY_MAX`, }; .. _details-group__ta__job_1ga9085ed3cb85cab25f5d561b481a7c6dd: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Wrappers priority level Enum Values ----------- .. index:: pair: enumvalue; TA_JOB_WRAPPER_PRIORITY_MIN .. _doxid-group__ta__job_1gga9085ed3cb85cab25f5d561b481a7c6dda3cc932e4806327b83a237816b14775f5: .. ref-code-block:: cpp :class: doxyrest-title-code-block TA_JOB_WRAPPER_PRIORITY_MIN A service item. Indicates the minimum value in this enum. .. index:: pair: enumvalue; TA_JOB_WRAPPER_PRIORITY_LOW .. _doxid-group__ta__job_1gga9085ed3cb85cab25f5d561b481a7c6dda6ff6eb11fb55c2645812f56135430252: .. ref-code-block:: cpp :class: doxyrest-title-code-block TA_JOB_WRAPPER_PRIORITY_LOW The wrapper will be added to the rigth of default level according to the priority level. .. index:: pair: enumvalue; TA_JOB_WRAPPER_PRIORITY_DEFAULT .. _doxid-group__ta__job_1gga9085ed3cb85cab25f5d561b481a7c6ddaf04baf085e5273cc80939497fb108426: .. ref-code-block:: cpp :class: doxyrest-title-code-block TA_JOB_WRAPPER_PRIORITY_DEFAULT The wrapper will be added to the main tool from right to left according to the priority level. .. index:: pair: enumvalue; TA_JOB_WRAPPER_PRIORITY_HIGH .. _doxid-group__ta__job_1gga9085ed3cb85cab25f5d561b481a7c6dda16a9b3e074c0cfd3739b2cc4f21f919e: .. ref-code-block:: cpp :class: doxyrest-title-code-block TA_JOB_WRAPPER_PRIORITY_HIGH The wrapper will be added to the left of default level according to the priority level. .. index:: pair: enumvalue; TA_JOB_WRAPPER_PRIORITY_MAX .. _doxid-group__ta__job_1gga9085ed3cb85cab25f5d561b481a7c6dda48ae29839d612a1a410c9580539e845e: .. ref-code-block:: cpp :class: doxyrest-title-code-block TA_JOB_WRAPPER_PRIORITY_MAX A service item. Indicates the maxixmum value in this enum.