Home | Trees | Indices | Help |
---|
|
object --+ | Command --+ | datasetstatus --+ | getdatasetstatus
Command: datasetstatus <dataset_id> or getdatasetstatus <dataset_id> Get the status of the dataset. Can get the status of multiple datasets at once. Arguments: <dataset_id> Specify the dataset. Returns: Returns the result of the mysql query (success or failure). Warning that if the dataset is wrong it will likely print success because there was no mysql error. Examples: Get status of single dataset (dataset 1234) datasetstatus 1234 Get status of multiple datasets using spaces (dataset 1234 and dataset 4321) datasetstatus 1234 4321 Get status of multiple datasets using commas (datasets 1234, 1243) datasetstatus 1234,1243 Get status of multile datasets using ranges (datasets 1234 - 1235) datasetstatus 1234-1235
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
__doc__ = datasetstatus.__doc__
|
|||
shortdoc =
hash(x) |
|||
Inherited from |
|
|||
Inherited from |
|
shortdochash(x)
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Jan 4 16:45:08 2013 | http://epydoc.sourceforge.net |