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

# Stage enum

> Reference for the Stage enum in the FlexiCaptureConnector library, whose constants show where FlexiCapture 12 processing stopped: Verification or Processed.

The `Stage` enum is in the `com.abbyy.connectors.models` namespace. It holds the stages where the processing of a document stopped.

## Enum constants

| Constant             | Meaning                                             |
| -------------------- | --------------------------------------------------- |
| `Verification (500)` | The document stopped at the **Verification** stage. |
| `Processed (900)`    | The document has been successfully processed.       |

## Related topics

* [Result class](/flexi-capture/connectors/pega/pega-class-result)
