GetBatchPercentCompleted
What it does
Gets information (in percent) about the progress of batch processing.
Definition
int GetBatchPercentCompleted( int batchId );
Parameters
Name | Type | Description |
batchId | int | The ID of the batch for which processing information is to be retrieved |
Returned value
Type | Description |
int | The percentage of the task completed (For a document, 33% means the document is imported, 66% means the document is recognized, 100% means the document is exported. For a batch, the average value for all documents of the batch is calculated.) |
12.04.2024 18:16:01