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

# GetBatchPercentCompleted

> バッチ ID で指定した ABBYY FlexiCapture Web Services API の GetBatchPercentCompleted メソッドを使用して、バッチ処理の進行状況をパーセンテージで確認します。

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

バッチ処理の進行状況をパーセントで取得します。

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

```
int GetBatchPercentCompleted( int batchId );
```

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

| **Name** | **型** | **説明**           |
| -------- | ----- | ---------------- |
| batchId  | int   | 処理情報を取得するバッチの ID |

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

| **型** | **説明**                                                                                                        |
| ----- | ------------------------------------------------------------------------------------------------------------- |
| int   | 完了したタスクの進捗率 (ドキュメントの場合、33% はインポート済み、66% は認識済み、100% はエクスポート済みであることを示します。バッチの場合は、そのバッチ内のすべてのドキュメントの平均値が計算されます。) |
