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

> ABBYY FlexiCapture Web Services API の ProcessBatch メソッドを使用して、バッチ ID で指定したバッチの処理を開始し、Import ステージに送ります。

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

バッチの処理を開始します。バッチは **Import** の処理ステージに送られます。

<div id="definition">
  ## 定義
</div>

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

<div id="parameters">
  ## パラメーター
</div>

| **Name**  | **型** | **Description**           |
| --------- | ----- | ------------------------- |
| sessionId | int   | Application Server への接続ID |
| batchId   | int   | 処理対象バッチの ID               |

<div id="returned-value">
  ## 戻り値
</div>

ありません。
