Jobs.getJobStatus {SciServer} | R Documentation |
Gets a list with the job status as an integer value, together with its semantic meaning. The integer value is a power of 2, that is, 1:PENDING, 2:QUEUED, 4:ACCEPTED, 8:STARTED, 16:FINISHED, 32:SUCCESS, 64:ERROR and 128:CANCELED
Jobs.getJobDescription(jobId)
jobId |
Id of job (integer) |
list containing the integer value of the job status, as well as its semantic meaning.
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.getJobStatus(123);