Jobs.getJobStatus: Get job status

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/Jobs.r

Description

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

Usage

1

Arguments

jobId

Id of job (integer)

Value

list containing the integer value of the job status, as well as its semantic meaning.

Author(s)

Manuchehr Taghizadeh-Popp
Maintainer: Manuchehr Taghizadeh-Popp <mtaghiza@jhu.edu>

References

http://www.sciserver.org
http://apps.sciserver.org
http://www.github.com/sciserver/SciScript-R

See Also

Jobs.submitShellCommandJob,Jobs.getJobStatus,Jobs.getDockerComputeDomains,Jobs.cancelJob

Examples

1
job = Jobs.getJobStatus(123);

sciserver/SciScript-R documentation built on May 29, 2019, 3:45 p.m.