verifUpdate
verifUpdate(
g_sessionId
)
=> t / nil
Description
Updates the Verifier setup from local implementations, and referenced Verifier cellviews.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
Value Returned
Examples
The following example opens a Verifier cellview, updates the Verifier setup from local implementations, and referenced Verifier cellviews.
sessionId = verifOpenCellView("test" "sample" "verifier")
=> 0
verifUpdate(sessionId)
=> t
Related Topics
Return to top