TProcessingPriority
What it does
The processing priority of a document or a batch.
Note: The value is passed to the event Document priority change (or Batch priority change) in the form of a string. A new value must be also specified in the form of a string.
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".
12.04.2024 18:16:02