verifIsSessionModified
verifIsSessionModified(
g_sessionId
)
=> t / nil
Description
Checks whether the setup has been modified after the last time it was saved in the given session.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
Value Returned
Examples
The following example shows how to use this function.
uid = verifOpenCellView("test" "new" "verifier")
=> 0
verifIsSessionModified(uid) => nil
verifAddReq(uid "MyReq")
=> "3300663f-d165-4796-8518-b103cb7490d2"
verifIsSessionModified(uid) => t
Related Topics
Verifier Session and Setup Functions
Return to top