Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.scheduler/Task/pause
[jvm] abstract fun pause()
Pauses the task, so it can be resumed later using resume.
Throws an exception if called while the task is executing.