verifGetSnapshot
verifGetSnapshot(g_sessionId t_snapshotName) =>l_data/ nil
Description
Retrieves the disembodied property list for snapshot 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 disembodied property list for snapshot.
uid = verifOpenCellView("test" "snapshots" "verifier") => 0 verifGetSnapshot(uid "snap_2019_07_08_11_25_26") (nil comment "" customProperties (nil) date "Jul 8 14:57:32 2019" locked nil name "snap_2019_07_08_11_25_26" requirements nil user "tom" visible t )
Related Topics
Return to top