SkyQuery.getQueueInfo {SciServer} | R Documentation |
Returns information about a particular job queue (more info in http://www.voservices.net/skyquery).
SkyQuery.getQueueInfo(queue)
queue |
queue name (string). |
Returns a list containing information associated to the queue. 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.listQueues
, SkyQuery.submitJob
, SkyQuery.getJobStatus
.
queueInfo = SkyQuery.getQueueInfo('quick')