init

infix fun init(onInitialise: Consumer<Task>): DynamicTask
fun init(onInitialise: Runnable, ktCompatUnusedIgnore: Any? = null): 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.