WaitForNewUnlock

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. It returns True if the wait was successful and False if the Timeout period has expired.

 

Visual Basic Syntax

 

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

 

Delphi Syntax

 

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

 

 

Parameters

 

Parameters

Description

TimeOut

Optional parameter measured in milliseconds.