Occurs on successful table processing completion.
Syntax:
type TSuccessEvent = procedure(TableName,Status: String) of object;
OnSuccess : TSuccessEvent;
Description:
Create OnSuccess event handler to get information about successful table processing
completion.
TableName
The name of the table just processed;
Status
Table processing completion status.