SecureBlackbox 2020 Python Edition

Questions / Feedback?

lock_timeout Property

Specifies the timeout of the current lock.

Syntax

def get_lock_timeout() -> int: ...
def set_lock_timeout(value: int) -> None: ...

lock_timeout = property(get_lock_timeout, set_lock_timeout)

Default Value

1000000

Remarks

Use this property to get the timeout figure for the current lock.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]