Description
Occurs at the end of synchronization.
Event ID
Arguments
Argument |
Description |
---|---|
rc |
Long datatype value that indicates whether a synchronization error occurred. |
restart |
Boolean value passed by reference that, if true, causes dbmlsync to restart the synchronization. |
Return Values
None
Usage
Use this event to add custom actions when a synchronization is complete.
An rc value of 0 indicates a successful synchronization. When the rc value is anything other than 0, an error has occurred. If the restart value changes to true, dbmlsync restarts the synchronization.
See also