Before module functions can be triggered the module must be installed a running. Core should maintain a list of the running modules to make this check faster.
/**
* isModuleReady
* This function will check core state to see if a module is ready to be triggered.
*
* @param {string} module
* @returns {boolean}
*/
Before module functions can be triggered the module must be installed a running. Core should maintain a list of the running modules to make this check faster.