View source: R/launcher-functions.R
launcherControlJob | R Documentation |
Interact with a Workbench 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
|
Other job-launcher functionality:
launcherAvailable()
,
launcherConfig()
,
launcherContainer()
,
launcherGetInfo()
,
launcherGetJob()
,
launcherGetJobs()
,
launcherHostMount()
,
launcherNfsMount()
,
launcherPlacementConstraint()
,
launcherResourceLimit()
,
launcherSubmitJob()
,
launcherSubmitR()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.