Skip to main content

What it does

Gets information (in percent) about the progress of batch processing.

Definition

int GetBatchPercentCompleted( int batchId );

Parameters

NameTypeDescription
batchIdintThe ID of the batch for which processing information is to be retrieved

Returned value

TypeDescription
intThe 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.)