lock-break

lock-break


lock-beep-on Index Level lock-break-off
Syntax lock-break {(options}
Category TCL
Type Verb
Description Enables or Disables the ability to unconditionally break during a lock failure.

By default, the user is allowed to break during a lock failure even if the break has been disabled by the user.  This is to allow escape from deadlock situations.  

On communications lines, this can cause trouble since certain hardware can generate erroneous break signals.  In this case, it is recommended to disable this function by doing "lock-break (f".
Options n  Allows breaking during lock failure.
f  Disallows breaking during lock failure.
See Also lock-break-on lock-break-off
Example
Warnings It is not suggested that this feature be disabled on user ports since this could lead to unrecoverable deadlock situations.
Compatibility D3 7.0
lock-beep-on Index Level lock-break-off