ExecOutput

Provides lazy access to the output of the external process.

Since

7.5

Types

Link copied to clipboard
A handle to access content of the process' standard stream (the standard output of the standard error output).

Functions

Link copied to clipboard
abstract fun getResult(): Provider<ExecResult>
Returns a provider of the execution result.
Link copied to clipboard
Gets a handle to the content of the process' standard error output.
Link copied to clipboard
Gets a handle to the content of the process' standard output.