Handler

fun interface Handler(source)

A callback for being notified of ProcessException, if they occur.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun onException(e: ProcessException)

If a Handler implementation throws an exception from within its onException lambda, the Process will be terminated.