Function

System.LockConsole

Void System.LockConsole(String lockCode)
API http://api.avolites.com/10.1/System.LockConsole.html
description Puts the console in the locked state and sets the current password.
namespace System
parameter lockCode( String ) : The code required to unlock the console.
return value Void
Example in

System - Lock Console:

  System.LockConsole("1009")
Also used in
Remarks