Appearance
bool System.IsLocked()
Returns whether the terminal is locked or not.
bool
using System; using Console; //Prints whether the terminal is locked or not. Console.WriteLine("Terminal Locked: "..System.IsLocked());