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 , , , , or ).
Note that the Job object is available even though this event is fired on application level in Scan.
The parameter UserAction could have one of these values.
|
Value |
Description |
|
0 |
Stop |
|
1 |
Continue |
|
2 |
Rescan |
|
3 |
New batch |
|
4 |
Delete batch |
|
Return value |
Description |
|
EV_OK |
Normal return. |
|
EV_OK_ABORT |
The same as EV_OK. |
|
EV_ERROR |
Causes an error message and job termination. |
Could be used to update your endorser string.
Only fired in the Scan module.