launcherControlJob {rstudioapi} | R Documentation |
Interact with (Control) a Job
Description
Interact with a job.
Usage
launcherControlJob(
jobId,
operation = c("suspend", "resume", "stop", "kill", "cancel")
)
Arguments
jobId |
The job id. |
operation |
The operation to execute. The operation should be one of
|
[Package rstudioapi version 0.13 Index]