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

# IBatchCheckResults

> IBatchCheckResults は、バッチ整合性チェック イベントのコンテキストを提供し、スクリプトでバッチを読み取り、CheckSucceeded と ErrorMessage を設定できるようにします。

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

[バッチ整合性チェック](/ja/flexi-capture/appendix/scripts/batch-integrity)イベントのコンテキストを表します。

<Note>
  Web Verification Station では、ルールをローカルでチェックするためにこのオブジェクトを使用できません。
</Note>

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

| **名前**         | **型**                                               | **アクセス**                              | **説明**              |
| -------------- | --------------------------------------------------- | ------------------------------------- | ------------------- |
| Batch          | [IBatch](/ja/flexi-capture/appendix/scripts/ibatch) | 読み取り専用                                | バッチ                 |
| CheckSucceeded | bool                                                | 読み取り/書き込み、変更可能 (読み取り専用権限のスクリプトでも変更可能) | チェックが成功したかどうかを指定します |
| ErrorMessage   | string                                              | 読み取り/書き込み、変更可能 (読み取り専用権限のスクリプトでも変更可能) | エラーメッセージ            |
