
Allows you to lock the screen for a specific amount of time.
Example

Running this code will lock the screen for 10 seconds.
plugin command("Desktop Automation.dll", "screen lock", 10)
	
Allows you to lock the screen for a specific amount of time.

Running this code will lock the screen for 10 seconds.
plugin command("Desktop Automation.dll", "screen lock", 10)
	Was this helpful?
