sbool dm_moduleIsStartingOrReloading(O moduleOrID) { ret dm_moduleIsStarting(moduleOrID) || dm_moduleIsReloading(moduleOrID); }