lockTimeout

Type: Integer

The read-only lockTimeout property of the DeadlockException class contains the timeout period of the lock that was encountered in a multiuser environment.

The timeout periods, provided by global constants in the LockTimeouts category, are listed in the following table.

Global Constant Integer
LockTimeout_Immediate -1
LockTimeout_Infinite Max_Integer (#7FFFFFFF, equates to 2147483647)
LockTimeout_Process_Defined -2 (use the process‑defined default)
LockTimeout_Server_Defined 0 (use the server-defined default)