Home | Trees | Indices | Help |
---|
|
object --+ | Command --+ | setdatasetstatus
Command: setstatus <dataset_id> <status> Set the status of a dataset. Can set the status of multiple datasets at once. Arguments: <dataset_id> Specify the dataset. <status> Specify the status (PROCESSING, COMPLETE, ERRORS, READYTOPUBLISH, MOVING, OBSOLETE, READYTODELETE, DELETED, TEMPLATE) 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: Set status of dataset to PROCESSING status 1234 PROCESSING Set status of multiple datasets to different states (dataset 1234 to PROCESSING and dataset 4321 to ERRORS) status 1234 PROCESSING 4321 ERRORS Set status of multiple datasets using commas (datasets 1234, 1243 to COMPLETE) status 1234,1243 COMPLETE Set status of multile datasets using ranges (datasets 1234 - 1235 to READYTOPUBLISH) status 1234-1235 READYTOPUBLISH
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
shortdoc =
hash(x) |
|||
numArgs = 2
|
|
|||
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 |