Re: Rhodium Keyboard Controller guru needed
The script will execute then exit. It does not keep running.
This does not put the phone in sleep mode, just turns off the screen. The OS will put the phone in sleep mode after a certain amount of time.
You can try locking first then using the PowerOff command. I have not tested this, but the docs says it puts the device in standby mode.
Run("\pathtofile\Lock.exe")
PowerOff
|