consolidate

abstract fun consolidate(contextId: <Error class: unknown class>): DreamLoopReport?

Run a consolidation cycle only if enough has changed since the last cycle.

Returns null when the change-volume threshold isn't met — use consolidateNow to bypass the threshold entirely.

Return

The cycle report when the cycle ran, or null if the threshold wasn't met.

Parameters

contextId

The context to consolidate.