> ## 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 stores batch properties in Scanning Station event scripts: batch type, priority, page count, registration properties, export path, and export error.

## What it does

Stores batch properties.

## Properties

| **Name**               | **Type**                                                                                     | **Access** | **Description**                                                        |
| ---------------------- | -------------------------------------------------------------------------------------------- | ---------- | ---------------------------------------------------------------------- |
| Type                   | [IBatchType](/flexi-capture/scanning-station/shared/scripts/batch-type)                      | Read-only  | The type of the batch                                                  |
| Priority               | int                                                                                          | Read/write | The priority of the batch                                              |
| PageCount              | int                                                                                          | Read-only  | The total number of pages in the batch                                 |
| RegistrationProperties | [IRegistrationProperties](/flexi-capture/scanning-station/shared/scripts/registration-props) | Read-only  | Registration properties of the batch                                   |
| ResultPath             | string                                                                                       | Read/write | The resultant export path. Can be modified in pre-export scripts only. |
| ExportError            | string                                                                                       | Read-only  | The batch export error                                                 |
