This event is fired right after a batch is interpreted— that is, after all fields on all forms in the batch are interpreted. The event is fired only once for each batch.
None.
|
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. |
Could be used to implement active batch validations.
Only fired in the Interpret module.