verifGetSnapshots
verifGetSnapshots(g_sessionId) =>l_snapshots/ nil
Description
Retrieves the list of snapshots from the specified Verifier session.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
Value Returned
Examples
The following example starts a Verifier session with a cellview 'test/snapshots/verifier' and retrieves the list of snapshots.
uid = verifOpenCellView("test" "snapshots" "verifier")
=> 0
verifGetSnapshots(uid)
=> ("active" "snap_2019_07_08_11_25_26" "mySnap")
Related Topics
Return to top