Retrieve information on Workbench jobs.
launcherGetJobs(
statuses = NULL,
fields = NULL,
tags = NULL,
includeSessions = FALSE
)
Return only jobs whose status matches one of statuses
.
Valid statuses are: Pending, Running, Suspended, Failed, Finished, Killed,
Canceled. When NULL
, all jobs are returned.
Return a subset of fields associated with each job object.
When NULL
, all fields associated with a particular job are returned.
An optional set of tags. Only jobs that have been assigned one of these requested tags will be returned.
Boolean; include jobs which are also operating as RStudio R sessions?
Other job-launcher functionality:
launcherAvailable()
,
launcherConfig()
,
launcherContainer()
,
launcherControlJob()
,
launcherGetInfo()
,
launcherGetJob()
,
launcherHostMount()
,
launcherNfsMount()
,
launcherPlacementConstraint()
,
launcherResourceLimit()
,
launcherSubmitJob()
,
launcherSubmitR()