...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
workgroup | 1 | string | — | Sets this master as part of the given processing workgroup. See Description above for information about processing workgroups. |
port | integer | |||
ip | string |
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// This command enables the DBS master and joins it as |
...
// part of the "Farming" processing group. |
...
master on -workgroup "Farming"; |
...
master toggle –workgroup "DBSWorkgroup" –port 5419 –ip "all"; |
Additional information
Related commands
...