sodal-project / cartographer

Cartographer version 1 is a complete rewrite adding the concept of modules.
1 stars 0 forks source link

Is module ready #22

Open tbenbow opened 1 month ago

tbenbow commented 1 month ago

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}
 */