kettle

Kotlin utilities for Quilt mod development


Project maintained by Cypher121 Hosted on GitHub Pages — Theme by mattgraham

//kettle/coffee.cypher.kettle.scheduler/Task/stop

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.