ExecResult

interface ExecResult(source)

Represents the result of running an external process.

Functions

Link copied to clipboard
Throws an org.gradle.process.internal.ExecException if the process exited with a non-zero exit value.
Link copied to clipboard
abstract fun getExitValue(): Int
Returns the exit value of the process.
Link copied to clipboard
abstract fun rethrowFailure(): ExecResult
Re-throws any failure executing this process.