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

# ProcessingStatus

> ProcessingStatus enumerator — the possible statuses of a processing step in a Condition activity script.

`ProcessingStatus` enumerates the possible statuses of a processing step. It is returned by [`Step.Status`](/vantage/documentation/skill-designer/process/condition-activity/step) and lets a condition branch on the outcome of the previous stage.

## Constants

| Name                    | Description                      |
| :---------------------- | :------------------------------- |
| **New**                 | Not started yet.                 |
| **Active**              | Currently being processed.       |
| **Completed**           | Completed successfully.          |
| **Failed**              | Completed unsuccessfully.        |
| **Canceled**            | The step was canceled.           |
| **CancellationPending** | Cancellation has been requested. |

## Related topics

* [Step](/vantage/documentation/skill-designer/process/condition-activity/step)
* [Processing](/vantage/documentation/skill-designer/process/condition-activity/processing)
* [Object model](/vantage/documentation/skill-designer/process/condition-activity/object-model)
