Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.scheduler/Task/reset
[jvm]
abstract fun reset()
Resets the task’s execution, so it can be started from the beginning using start.
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.