Companion

Properties

Link copied to clipboard
const val CTX_DESTROY: String

String for ProcessException.context indicating that Process.destroy threw an exception when it was called.

Link copied to clipboard
const val CTX_FEED_STDERR: String

String for ProcessException.context indicating that an OutputFeed for Stdio.Config.stdout threw exception when OutputFeed.onOutput was called.

Link copied to clipboard
const val CTX_FEED_STDOUT: String

String for ProcessException.context indicating that an OutputFeed for Stdio.Config.stderr threw exception when OutputFeed.onOutput was called.