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

# ProcessBatch

> Start processing a batch and send it to the Import stage with the ProcessBatch method of the ABBYY FlexiCapture Web Services API, identified by batch ID.

## What it does

Starts the processing of a batch. The batch is sent to the **Import** processing stage.

## Definition

```
void ProcessBatch(int sessionId, int batchId );
```

## Parameters

| **Name**  | **Type** | **Description**                                    |
| --------- | -------- | -------------------------------------------------- |
| sessionId | int      | The ID of the connection to the Application Server |
| batchId   | int      | The ID of the batch to be processed                |

## Returned value

None.
