ScanUserNotified (UserAction As Long) As Long

Description

This event is fired after the ScanNotifyUser event, whether the standard dialog was dismissed or not. With this event, you can see which action the user took (whether the user clicked Continue, Rescan, New batch, Delete batch, or Stop).

Note that the Job object is available even though this event is fired on application level in Scan.

Parameters

The parameter UserAction could have one of these values.

Value

Description

0

Stop

1

Continue

2

Rescan

3

New batch

4

Delete batch

Return values

Return value

Description

EV_OK

Normal return.

EV_OK_ABORT 

The same as EV_OK.

EV_ERROR

Causes an error message and job termination.

Suggested usage

Could be used to update your endorser string.

Remarks

Only fired in the Scan module.

Events in Scan