EnumResultStatus is an enumeration that defines the result status of the BarcodeScanResult/MRZScanResult.

If the status is finished, that indicates that the result has been captured and is available. If the status is canceled, that indicates that the operation has been halted. If the result status is exception, then that means that an error has occurred during the scanning process.

Enumeration Members

RS_CANCELED: 1

The scanning page is closed before the process is finished. No results are available.

RS_EXCEPTION: 2

Failed to start scanning or an error occurs during the scanning process. No results are available.

RS_FINISHED: 0

The scanning is finished. You can get at least one result from the BarcodeScanResult/MRZScanResult.