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. | ^ [[macros:namespace|namespace]] | [[macros:namespace:system]] | ^ parameter | lockCode( [[macros:type:string]] ) : The code required to unlock the console. | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:lockconsole]]: System.LockConsole("1009") == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~