> ## 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

> TProcessingPriority を使用すると、FlexiCapture スクリプトでドキュメントやバッチの処理優先度を管理できます。優先度は最低から最優先までの 6 段階で、文字列 として渡されます。

<div id="what-it-does">
  ## 説明
</div>

文書またはバッチの処理優先度です。

<Note>
  この値は、イベント [Document priority change](/ja/flexi-capture/appendix/scripts/documentparam-change) (または [Batch priority change](/ja/flexi-capture/appendix/scripts/batch-modify)) に `文字列` 形式で渡されます。新しい値も `文字列` 形式で指定する必要があります。
</Note>

<div id="admissible-values">
  ## 指定可能な値:
</div>

* PP\_Lowest = -2 - 最も低い優先度。文字列 "lowest" として渡します。
* PP\_Low = -1 - 低い優先度。文字列 "low" として渡します。
* PP\_Normal = 0 - 通常の優先度。文字列 "normal" として渡します。
* PP\_High = 1 - 高い優先度。文字列 "high" として渡します。
* PP\_Highest = 2 - 最も高い優先度。文字列 "highest" として渡します。
* PP\_ExtraHigh = 3 - 最優先。文字列 "extrahigh" として渡します。
