How can I look if a module is enabled?
I looked around & found something like
Module::isInstalled($moduleName)
but it returns also true when installed but not enabled.
Is there some kind of isEnabled(), or is there an other way to determine if a module is enabled or not?