| Home | Trees | Indices | Help | 
|---|
|  | 
object --+    
         |    
   Command --+
             |
            includegrid
Command: includegrid <grid> <dataset_id>
Resume a dataset on a grid.
Can resume multiple datasets and grids at once.
 
Arguments:
  <grid>        Specify the grid, either by name or id
  <dataset_id>  Specify dataset to act on
  
Returns:
  Returns the result of the mysql query (success or failure).
  Warning that if the grid or dataset is wrong it will likely
  print success because there was no mysql error.
  
Examples:
  Resume 1234 on GLOW
     includegrid GLOW 1234
        or
     includegrid 1 1234
  
  Resume 1234 and 1243 on GLOW and glow-test
     includegrid GLOW,glow-test 1234,1243
 
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 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 |