BatchScanEnd() As Long

Description

This event is fired right after a batch is scanned and just before it is saved in the database.

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return.

EV_OK_ABORT 

No effect— treated the same as EV_OK.

EV_ERROR

Causes an error message and job termination.

Suggested usage

Can be used to add additional data to the batch or keep track of the scanning.

Remarks

Only fired in the Scan module. Scanning performance (speed) may be reduced when you use this event.

Batch-level events