launcherControlJob {rstudioapi} | R Documentation |
Interact with a job.
launcherControlJob(
jobId,
operation = c("suspend", "resume", "stop", "kill", "cancel")
)
jobId |
The job id. |
operation |
The operation to execute. The operation should be one of
|