> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TProcessingPriority

> Manage document and batch processing priority in FlexiCapture scripts with TProcessingPriority, six levels from lowest to extra-high passed as strings.

## What it does

The processing priority of a document or a batch.

<Note>
  The value is passed to the event [Document priority change](/flexi-capture/appendix/scripts/documentparam-change) (or [Batch priority change](/flexi-capture/appendix/scripts/batch-modify)) in the form of a string. A new value must be also specified in the form of a string.
</Note>

## Admissible values:

* PP\_Lowest = -2 - The lowest priority. Passed in the form of the string "lowest".
* PP\_Low = -1 - A low priority. Passed in the form of the string "low".
* PP\_Normal = 0 - A normal priority. Passed in the form of the string "normal".
* PP\_High = 1 - A high priority. Passed in the form of the string "high".
* PP\_Highest = 2 - The highest priority. Passed in the form of the string "highest".
* PP\_ExtraHigh = 3 - The extra-high priority. Passed in the form of the string "extrahigh".
