lock-frame

lock-frame


lock-break-on Index Level log-msg
Syntax lock-frame {.}fid
Category TCL
Type Verb
Description "core locks" a frame into real memory.
This prevents the frame from being flushed to disk for any reason.

The "." optionally preceding the "fid" indicates that the fid is being referenced by its hexadecimal reference. Without the period, the reference is assumed to be decimal.
Options
See Also unlock-frame fid
Example lock-frame 1672
[450] Frame locked at: 59E0 (hex)
Warnings
Compatibility D3 7.0 AP R83
lock-break-on Index Level log-msg