wait_for_process: Wait for a Process to Complete

View source: R/utils-ci.R

wait_for_processR 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


connectapi documentation built on Feb. 16, 2023, 7:46 p.m.