BoxModuleReload
Reload all the registered modules in the runtime or a specific module.
Method Signature
BoxModuleReload(module=[string])
Arguments
Argument
Type
Required
Description
Default
module
string
false
The name of the module to reload. If not provided, all modules are reloaded.
Examples
Related
Last updated
Was this helpful?