verifSetSnapshotComment
verifSetSnapshotComment(
g_sessionId
t_snapshotName
t_comment
)
=> t / nil
Description
Sets the comment for a snapshot in a Verifier session.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
Examples
The following example opens a Verifier session with a cellview 'test/snapshots/verifier' and sets the comment for the specified snapshot.
uid = verifOpenCellView("test" "snapshots" "verifier")
=> 0
verifSetSnapshotComment(uid "snap_2019_07_08_11_25_26" "This is a comment")
=> t
Related Topics
Return to top