wait_for_process {connectapi}R Documentation

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)

Arguments

proc

A processx process object

Value

A list with named stdout and stderr entries


[Package connectapi version 0.1.3.1 Index]