Disable a module or modules in an agent or agents. The disableModule command takes the following parameters: a and m
Enable a module or modules in an agent or agents. The enableModule command takes the following parameters: a, f, m, and columns.
Get a list of loaded modules in an agent or agents. The getLoadedModules command takes the following parameters: a, f, and columns.
Get information for a particular module. The getModule command takes the following parameters: a, f, m, and columns.
Get a list of modules in an agent. The getModules command takes the following parameters: a, f, and columns.
Load a module in an agent or agents. The loadModule command takes the following parameters: a, f, m, and columns.
The loadModule command can take two additional parameters: moduleName, which is the internationalized module name, and moduleDesc, which is a text description of the module.
Unload one or more modules in an agent or agents. The unloadModule command takes the following parameters: a, f, m, and columns.