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

# CloseBatch

> ABBYY FlexiCapture Web Services API の CloseBatch メソッドを使用して、ID で指定したバッチをクローズし、削除できるようにロックを解除します。

<div id="what-it-does">
  ## 実行内容
</div>

バッチを閉じ、削除できるようにロックを解除します。

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

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

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

| **Name**  | **型** | **説明**                      |
| --------- | ----- | --------------------------- |
| sessionId | int   | Application Server への接続の ID |
| batchId   | int   | 削除のためにロック解除するバッチの ID        |

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

ありません。
