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

> ServerRequestStatus enumeration in the ABBYY FlexiCapture Web Services API: defines validation-rule request states such as Pending, InProcess, and Completed.

## What it does

Gets information about the status of a request to run the validation rules on the Processing Server.

## Fields

| **Name** | **Type**  | **Description**                               |
| -------- | --------- | --------------------------------------------- |
| -1       | Unknown   | The status is unknown                         |
| 0        | Pending   | The request awaits processing                 |
| 1        | InProcess | The request is being processed                |
| 2        | Completed | The request has been successfully processed   |
| 3        | Failed    | An error occurred when processing the request |
