api / org.gradle.api.tasks / AbstractExecTask / getExecResult

getExecResult

@Internal open fun getExecResult(): ExecResult

Returns the result for the command run by this task. Returns null if this task has not been executed yet.

Return
The result. Returns null if this task has not been executed yet.