abstract fun end(): Unit
End the process with the exit status 0
abstract fun end(status: Int): Unit
End the process.
status - the exit status.
status