
Allows you to set a specific shutdown/restart time for the system power action.
Example

Running this code will set the system to sleep.
plugin command("OS Automation.dll", "system power actions", "Sleep/Standby", 0)
	
Allows you to set a specific shutdown/restart time for the system power action.

Running this code will set the system to sleep.
plugin command("OS Automation.dll", "system power actions", "Sleep/Standby", 0)
	Was this helpful?
