Jobs.getJobDescription {SciServer} | R Documentation |
Gets the definition of a job.
Jobs.getJobDescription(jobId)
jobId |
Id of job (integer) |
dictionary containing the description or definition of the job.
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
job = Jobs.getJobDescription(123);