EndSync

Description

Occurs at the end of synchronization.

Event ID

Event ID

Objects

None

MLSynchronization, MLSync

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 syncrhonization.

Returns

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 occured. If the restart value changes to true, dbmlsync restarts the synchronization.

See also