Home | Trees | Indices | Help |
---|
|
object --+ | Command --+ | reset
Command: reset <dataset_id>[.<job>] Reset a dataset or a specific job from a dataset. Can reset multiple jobs or datasets at once. Arguments: <dataset_id> Specify the dataset to reset. [.<job>] (Optional) Specify the job within the dataset to reset. Returns: Returns the result of the mysql query (success or failure). Warning that if the dataset or job id is wrong it will likely print success because there was no mysql error. Examples: Reset whole dataset (dataset 1234, all jobs) reset 1234 Reset individual jobs from different datasets (dataset 1234, job 10 and dataset 4321, job 20) reset 1234.10 4321.20 Reset multiple datasets and jobs using commas (datasets 1234, 1243 and jobs 1, 3, and 5) reset 1234,1243.1,3,5 Reset multile datasets and jobs using ranges (datasets 1234 - 1235, jobs 1 - 5) reset 1234-1235.1-5
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
shortdoc =
hash(x) |
|||
numArgs = 1
|
|
|||
Inherited from |
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Jan 4 16:45:08 2013 | http://epydoc.sourceforge.net |