logSyncCompleted

fun logSyncCompleted(duration: <Error class: unknown class> = Clock.System.now() - syncStartedMoment)

Logs the sync process completion. Optionally, it can pass the duration of the sync process, useful for incremental sync that can happen between collecting states.

Parameters

duration

optional the duration of the sync process.