verifSaveSession
verifSaveSession(
g_sessionId
)
=> t / nil
Description
Saves the active setup of the specified Verifier session to the cellview from where the setup was loaded.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
Value Returned
Examples
The following example shows how to save a Verifier session in its cellview.
sess = verifOpenCellView("test" "setup" "verifier")
=> 0
verifSaveSession(sess)
INFO (VERIFIER-1507): Saved cellview test.setup:verifier
=> t
Related Topics
Verifier Session and Setup Functions
Return to top