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 enumerates the possible statuses of a processing step. It is returned by Step.Status 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
A single processing stage exposed via Processing.PreviousStep.
Processing
Information about the previous processing stage of a transaction.
Object model
Full JavaScript object reference for Condition activity scripts.
