enum ta_job_wrapper_priority_t
Overview
Wrappers priority level More…
#include <ta_job.h> enum ta_job_wrapper_priority_t { TA_JOB_WRAPPER_PRIORITY_MIN = 0, TA_JOB_WRAPPER_PRIORITY_LOW, TA_JOB_WRAPPER_PRIORITY_DEFAULT, TA_JOB_WRAPPER_PRIORITY_HIGH, TA_JOB_WRAPPER_PRIORITY_MAX, };
Detailed Documentation
Wrappers priority level
Enum Values
TA_JOB_WRAPPER_PRIORITY_MIN
A service item. Indicates the minimum value in this enum.
TA_JOB_WRAPPER_PRIORITY_LOW
The wrapper will be added to the rigth of default level according to the priority level.
TA_JOB_WRAPPER_PRIORITY_DEFAULT
The wrapper will be added to the main tool from right to left according to the priority level.
TA_JOB_WRAPPER_PRIORITY_HIGH
The wrapper will be added to the left of default level according to the priority level.
TA_JOB_WRAPPER_PRIORITY_MAX
A service item. Indicates the maxixmum value in this enum.