verifGetSnapshotsData
verifGetSnapshotsData(g_sessionId[g_showAll] ) =>l_snapshotsData/ nil
Description
Retrieves the disembodied property list for snapshots from the specified Verifier session.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
|
Boolean that controls whether to show all details, that is, all contents of every snapshot. |
Value Returned
Examples
The following example starts a Verifier session with a cellview 'test/snapshots/verifier' and retrieves a disembodied property list for snapshots.
uid = verifOpenCellView("test" "snapshots" "verifier")
=> 0
verifGetSnapshotsData(uid)
(nil activeConfig "" configs nil
enabled nil reference "mySnap" snaps
((nil comment "Active requirements snapshot data" date "Jul 8 15:57:46 2019"
locked t name "active" user "tom" visible t
)
(nil comment "" date "Jul 8 13:59:58 2019" location "snapshots/snap_2019_07_08_11_25_26/snapshot.json" locked nil name "mySnap" user "tom" visible t)
(nil comment "" date "Jul 8 14:57:32 2019" location "snapshots/snap_2019_07_08_11_25_26/snapshot.json" locked nil name "snap_2019_07_08_11_25_26" user "tom" visible t)
)
)
Related Topics
Return to top