jobAddOutput: Add Background Job Output

View source: R/jobs.R

jobAddOutputR Documentation

Add Background Job Output

Description

Adds text output to a background job.

Usage

jobAddOutput(job, output, error = FALSE)

Arguments

job

The ID of the job that has emitted text.

output

The text output emitted by the job.

error

Whether the output represents an error.

See Also

Other jobs: jobAdd(), jobAddProgress(), jobGetState(), jobList(), jobRemove(), jobRunScript(), jobSetProgress(), jobSetState(), jobSetStatus()


rstudio/rstudioapi documentation built on March 29, 2024, 2:34 p.m.