<< getmodules | Modules manager | module.json >> |
state = ismodule(module_short_name) |
a string: short module's name to test.
a logical.
ismodule returns true if module is loaded otherwise false.
ismodule('core')
ismodule('mymodule')
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET