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

# ServerRequestStatus

> ABBYY FlexiCapture Web Services API の ServerRequestStatus 列挙体です。Pending、InProcess、Completed など、バリデーションルールのリクエストの状態を定義します。

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

Processing Server 上でバリデーションルールを実行するリクエストのステータス情報を取得します。

<div id="fields">
  ## フィールド
</div>

| **名前** | **型**     | **説明**               |
| ------ | --------- | -------------------- |
| -1     | Unknown   | ステータスは不明です           |
| 0      | Pending   | リクエストは処理待ちです         |
| 1      | InProcess | リクエストは処理中です          |
| 2      | Completed | リクエストは正常に処理されました     |
| 3      | Failed    | リクエストの処理中にエラーが発生しました |
