Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.scheduler/Task/stop
[jvm]
abstract fun stop()
Ends the execution of the task. The task can no longer be resumed, but can be reset and started again.
Throws an exception if called while the task is executing.