verifSetSnapshotsEnabled
verifSetSnapshotsEnabled(
g_sessionId
g_enabled
)
=> t / nil
Description
Enables or disables snapshots in the specified 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 and changes the 'Enabled' state.
winId = deNewCellView("test" "snapshots" "verifier" "verifier" nil)
INFO (VERIFIER-8215): Started Verifier session '0'.
window:2
uid = winId->verifSession
=> 0
Returns nil if the snapshots are not enabled. By default, snapshots are disabled.
verifAreSnapshotsEnabled(uid)
=> nil
verifSetSnapshotsEnabled(uid t)
=> t
verifAreSnapshotsEnabled(uid)
=> t
Related Topics
Return to top