Can a Windows Store app programmatically put the system to sleep mode, and then at a specific time interval wake it up to continue running the same app without requiring the user to be present to unlock and login into the system? If so, how do you accomplish
this? The goal of this process is to run an app for long periods of time in order to monitor sensors with either a phone or a tablet. We'd prefer not to use a power cord. So power management is crucial and that is why the ability to control sleeping and waking
is desired. Is this possible or is there a different method that should be used? Thanks.
↧