File: jobAddOutput.Rd

package info (click to toggle)
r-cran-rstudioapi 0.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 916 kB
  • sloc: makefile: 2
file content (31 lines) | stat: -rw-r--r-- 736 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/jobs.R
\name{jobAddOutput}
\alias{jobAddOutput}
\title{Add Background Job Output}
\usage{
jobAddOutput(job, output, error = FALSE)
}
\arguments{
\item{job}{The ID of the job that has emitted text.}

\item{output}{The text output emitted by the job.}

\item{error}{Whether the output represents an error.}
}
\description{
Adds text output to a background job.
}
\seealso{
Other jobs: 
\code{\link{jobAdd}()},
\code{\link{jobAddProgress}()},
\code{\link{jobGetState}()},
\code{\link{jobList}()},
\code{\link{jobRemove}()},
\code{\link{jobRunScript}()},
\code{\link{jobSetProgress}()},
\code{\link{jobSetState}()},
\code{\link{jobSetStatus}()}
}
\concept{jobs}