Properties
| Name | Type | Description |
|---|---|---|
| CurrentDocument | Document | The document currently being processed. Important! This is a deprecated property. Always points to the first document in a transaction. To get all transaction documents, use Context.Transaction.Documents. |
| Processing | Processing | Processing information. You can use this object to reference the previous processing stage and find out whether it succeeded or not. |
| Transaction | Transaction | The current transaction containing all documents being processed. |
