SkyQuery.listJobs {SciServer}R Documentation

List Jobs.

Description

Lists the jobs in the queue in descending order by submission time. Only jobs of the authenticated user are listed (more info in http://www.voservices.net/skyquery).

Usage

SkyQuery.listJobs(queue="quick")

Arguments

queue

queue name (string).

Value

Returns job definitions as a list object. 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.getJobStatus, SkyQuery.listQueues.

Examples

jobsList = SkyQuery.listJobs('quick')

[Package SciServer version 2.0.0 Index]