WaitForUnlock |
Top Previous Next |
This method waits until a new system unlock arrives within the specified period of time. It is similar to WaitForUnlock method except that it always waits for a new system unlock arrival. This method returns True if the wait was successful and False if the Timeout period has expired.
VB.NET
[Boolean =] Screen.WaitForUnlock([TimeOut] As Integer)
C#
[bool =] Screen.WaitForUnlock(int [TimeOut]);
Parameters
|