SkyQuery.listJobs {SciServer} | R Documentation |
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).
SkyQuery.listJobs(queue="quick")
queue |
queue name (string). |
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.
Manuchehr Taghizadeh-Popp <mtaghiza@jhu.edu>
http://www.sciserver.org
http://www.voservices.net/skyquery
http://www.github.com/sciserver/SciScript-R
SkyQuery.getJobStatus
, SkyQuery.listQueues
.
jobsList = SkyQuery.listJobs('quick')