Jobs.waitForJob {SciServer} | R Documentation |
Queries regularly the job status and waits until the job is completed.
Jobs.waitForJob(jobId, verbose=TRUE, pollTime = 5)
jobId |
id of job (integer). |
verbose |
if TRUE, will print "wait" messages on the screen while the job is still running. If FALSE, will suppress the printing of messages on the screen. |
pollTime |
idle time interval (integer, in seconds) before querying again for the job status. Minimum value allowed is 5 seconds. |
Returns a list object containing the job definition after the job is finished.
Manuchehr Taghizadeh-Popp
Maintainer: Manuchehr Taghizadeh-Popp <mtaghiza@jhu.edu>
http://www.sciserver.org
http://apps.sciserver.org
http://www.github.com/sciserver/SciScript-R
Jobs.submitShellCommandJob
,Jobs.getJobStatus
,Jobs.getDockerComputeDomains
Jobs.cancelJob(123)