As far as I am aware, there is currently no way to check if a device has been rebooted since a user enabled a module.
This can be an issue for modules that hook the System Framework since they require a reboot in order to function. The current approach to detecting if a module is active cannot distinguish between if a reboot has taken place or not, which could result in the module appearing to work properly even though it does not.
I would like to request that a function be added that returns false if there has not been a reboot since the module was enabled and true otherwise.
As far as I am aware, there is currently no way to check if a device has been rebooted since a user enabled a module.
This can be an issue for modules that hook the System Framework since they require a reboot in order to function. The current approach to detecting if a module is active cannot distinguish between if a reboot has taken place or not, which could result in the module appearing to work properly even though it does not.
I would like to request that a function be added that returns false if there has not been a reboot since the module was enabled and true otherwise.