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.        

 

 

Visual Basic Syntax

 

[Boolean =] Screen.WaitForUnlock([TimeOut] As Integer)        

 

Delphi Syntax

 

[WordBool :=] Screen.WaitForUnlock([TimeOut]: Integer);

 

 

Parameters

 

Parameters

Description

TimeOut

Optional parameter measured in milliseconds.