UserStatistics
What it does
The UserStatistics data type stores information about the number of batches, documents and pages processed by the user. Processed batches are the batches that came to the stage in the "processed" state.
Fields
Name | Type | Description |
BatchesCount | int | The number of processed batches |
DocumentsCount | int | The number of processed documents |
PagesCount | int | The number of processed pages |
12.04.2024 18:16:01