codeLoadStart

open fun codeLoadStart(): Any?

Invoked for each attempt at loading code. This will be followed by a codeLoadSuccess, codeLoadFailed, or codeLoadSkipped if the code is unchanged.

Return

any object. This value will be passed back to one of the above functions. The base function always returns null.