
Allows you to unlock the screen.
Example

Running this code will unlock the screen earlier than the set 20 seconds locked time.
thread {
plugin command("Desktop Automation.dll", "screen lock", 20)
}
wait(5)
plugin command("Desktop Automation.dll", "screen unlock")