MyProcess

inner class MyProcess(val args: List<String>, val timeout: Long, workDir: Path) : Closeable

Constructors

Link copied to clipboard
constructor(args: List<String>, timeout: Long, workDir: Path)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun addWriter(outputStream: OutputStream): Future<*>
Link copied to clipboard
open override fun close()
Link copied to clipboard