init

infix fun init(onInitialise: Runnable): DynamicTask

Runs once when the task is initialised.


protected open override fun init()

Define code to run once, when the task is started. Override to implement.