mainFunctionStart

open fun mainFunctionStart(applicationName: String): Any?

Invoked before Zipline runs the downloaded code's main function.

Return

any object. This value will be passed back to mainFunctionStart when the call is completed. The base function always returns null.