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

# IBatchInfo

> IBatchInfo は、Scanning Station のイベント スクリプトで、バッチタイプ、優先度、ページ数、登録プロパティ、エクスポート パス、エクスポート エラーなどのバッチのプロパティを格納します。

<div id="what-it-does">
  ## 機能
</div>

バッチのプロパティを保存します。

<div id="properties">
  ## プロパティ
</div>

| **名前**                 | **型**                                                                                           | **アクセス**  | **説明**                                    |
| ---------------------- | ----------------------------------------------------------------------------------------------- | --------- | ----------------------------------------- |
| Type                   | [IBatchType](/ja/flexi-capture/scanning-station/shared/scripts/batch-type)                      | 読み取り専用    | バッチの型                                     |
| Priority               | int                                                                                             | 読み取り/書き込み | バッチの優先度                                   |
| PageCount              | int                                                                                             | 読み取り専用    | バッチ内のページ総数                                |
| RegistrationProperties | [IRegistrationProperties](/ja/flexi-capture/scanning-station/shared/scripts/registration-props) | 読み取り専用    | バッチの登録プロパティ                               |
| ResultPath             | string                                                                                          | 読み取り/書き込み | 出力先のエクスポート パス。変更できるのは、エクスポート前のスクリプト内のみです。 |
| ExportError            | string                                                                                          | 読み取り専用    | バッチのエクスポート エラー                            |
