return structure for IModuleManager::load_module_in_development More...
#include "api/module_manager.h"
Public Attributes | |
GUID | module_id |
GUID | previous_module_id |
bool | previous_remains_as_embedded |
return structure for IModuleManager::load_module_in_development
GUID integra_api::CLoadModuleInDevelopmentResult::module_id |
id of the newly loaded module, or null if any error occurred
GUID integra_api::CLoadModuleInDevelopmentResult::previous_module_id |
id of the previously loaded in-development module, or null no in development module was previously loaded
bool integra_api::CLoadModuleInDevelopmentResult::previous_remains_as_embedded |
true if there are existing instances of the previously loaded in-development module, in which case the previous module remains in memory as an 'embedded' module, and the existing instances remain. false if there was no previously loaded in-development module, or no existing instances of it