enum tapi_job_wrapper_priority_t

Overview

Wrappers priority level More…

#include <tapi_job.h>

enum tapi_job_wrapper_priority_t {
    TAPI_JOB_WRAPPER_PRIORITY_LOW     = 0,
    TAPI_JOB_WRAPPER_PRIORITY_DEFAULT,
    TAPI_JOB_WRAPPER_PRIORITY_HIGH,
};

Detailed Documentation

Wrappers priority level

Enum Values

TAPI_JOB_WRAPPER_PRIORITY_LOW

The wrapper will be added to the rigth of default level according to the priority level.

TAPI_JOB_WRAPPER_PRIORITY_DEFAULT

The Wrappers will be added to the main tool from right to left according to the priority level.

TAPI_JOB_WRAPPER_PRIORITY_HIGH

The wrapper will be added to the rigth of default level according to the priority level.