SkyQuery.getJobStatus {SciServer}R Documentation

Get job status.

Description

Gets the status of a job, as well as other related metadata (more info in http://www.voservices.net/skyquery).

Usage

SkyQuery.getJobStatus(jobId)

Arguments

jobId

the ID of the job (string), which is obtained at the moment of submitting the job.

Value

Returns a list containing the job status and other related metadata. Throws an exception if the user is not logged into SciServer (use Authentication.login for that purpose). Throws an exception if the HTTP request to the SkyQuery API returns an error.

Author(s)

Manuchehr Taghizadeh-Popp <mtaghiza@jhu.edu>

References

http://www.sciserver.org
http://www.voservices.net/skyquery
http://www.github.com/sciserver/SciScript-R

See Also

SkyQuery.submitJob, SkyQuery.cancelJob.

Examples

status = SkyQuery.getJobStatus(SkyQuery.submitJob("select 1 as foo"))

[Package SciServer version 2.0.0 Index]