BatchTransferEnd() As Long

Description

This event is fired in the Transfer module after a batch is transferred. Any changes to the batch resulting from this event are discarded.

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

Could be used to keep track of transferred batches.

Remarks

Only fired in the Transfer module.

Batch-level events