verifSetSnapshotLocked
verifSetSnapshotLocked(
g_sessionId
t_snapshotName
g_isLocked
)
=> t / nil
Description
Locks or unlocks the specified snapshots in the given Verifier session.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
|
Boolean to specify whether the snapshot should be locked or not. |
Value Returned
Examples
The following example opens a Verifier session with a cellview 'test/snapshots/verifier' and then locks and unlocks a snapshot.
sess = verifOpenCellView("test" "snapshots" "verifier")
=> 0
verifSetSnapshotLocked(sess "snap1" t)
=> t
verifSetSnapshotLocked(sess "snap1" nil)
=> t
Related Topics
Return to top