moduleLoadEnd

open fun moduleLoadEnd(moduleId: String, startValue: Any?)

Invoked when a module load completes.

Parameters

startValue

the value returned by moduleLoadStart for the start of this call. This is null unless moduleLoadStart is overridden to return something else.