Process.execute

Execute the configured process and capture output.

struct Process
execute
(
in size_t max_output = size_t.max
)

Parameters

max_output size_t

max size of output to capture.

Return Value

Type: auto

ProcessResult instance that contains output and exit-code of program

Meta