> ## 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 provides the context of the batch integrity check event, letting scripts read the batch and set CheckSucceeded and ErrorMessage.

## What it does

Represents the context of the [batch integrity check](/flexi-capture/appendix/scripts/batch-integrity) event.

<Note>
  This object is not available on the Web Verification Station for checking rules locally.
</Note>

## Properties

| **Name**       | **Type**                                         | **Access**                                                                       | **Description**                       |
| -------------- | ------------------------------------------------ | -------------------------------------------------------------------------------- | ------------------------------------- |
| Batch          | [IBatch](/flexi-capture/appendix/scripts/ibatch) | Read-only                                                                        | The batch                             |
| CheckSucceeded | bool                                             | Read/write, Mutable (can be modified even in scripts with read-only permissions) | Specifies whether the check succeeded |
| ErrorMessage   | string                                           | Read/write, Mutable (can be modified even in scripts with read-only permissions) | The error message                     |
