| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Command --+
|
excludegrid
Command: excludegrid <grid> <dataset_id>
Suspend a dataset on a grid
Can suspend 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:
Suspend 1234 on GLOW
excludegrid GLOW 1234
or
excludegrid 1 1234
Suspend 1234 and 1243 on GLOW and glow-test
excludegrid 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 |