jobAddOutput {rstudioapi}R Documentation

Add Job Output

Description

Adds text output to a 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: jobAddProgress, jobAdd, jobRemove, jobRunScript, jobSetProgress, jobSetState, jobSetStatus


[Package rstudioapi version 0.10 Index]