Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.scheduler/Task/restart
[jvm]
open fun restart()
Resets the task and starts it from the beginning.
If the task was set to execute multiple times the execution count will also reset.
Throws an exception if called while the task is executing.