Learn R Programming

connectapi (version 0.1.3.1)

wait_for_process: Wait for a Process to Complete

Description

It is important to poll output intermittently in case pipe buffers fill up. Otherwise the process will be paused until the buffer is cleared.

Usage

wait_for_process(proc)

Value

A list with named stdout and stderr entries

Arguments

proc

A processx process object