Interact with a Workbench job.
launcherControlJob(
jobId,
operation = c("suspend", "resume", "stop", "kill", "cancel")
)
The job id.
The operation to execute. The operation should be one of
c("suspend", "resume", "stop", "kill", "cancel")
. Note that different
launcher plugins support different subsets of these operations -- consult
your launcher plugin documentation to see which operations are supported.
Other job-launcher functionality:
launcherAvailable()
,
launcherConfig()
,
launcherContainer()
,
launcherGetInfo()
,
launcherGetJobs()
,
launcherGetJob()
,
launcherHostMount()
,
launcherNfsMount()
,
launcherPlacementConstraint()
,
launcherResourceLimit()
,
launcherSubmitJob()
,
launcherSubmitR()