This shows you the differences between two versions of the page.
record_lock [2018/09/06 07:18] mihael created |
record_lock [2018/09/06 07:18] (current) mihael |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Record Lock ====== | ====== Record Lock ====== | ||
- | In RLA you can also test if the last IO operation ended with you waiting for a locked record exceeding the wait timeout: | + | In RLA you can test if the last IO operation ended with you waiting for a locked record exceeding the wait timeout: |
if %Status(YourFile) = 1218; //Status 1218 = Record Lock | if %Status(YourFile) = 1218; //Status 1218 = Record Lock |