verifGetAllSessions
verifGetAllSessions(
)
=> l_ids / nil
Description
Returns a list of all the open Verifier session IDs.
Arguments
Value Returned
|
List of integers, string numbers, or windows specifying the Verifier session IDs. |
|
Examples
The following example opens a Verifier cellview and returns all open session IDs.
sess = verifOpenCellView("test" "setup" "verifier")
=> 0
verifGetAllSessions()
=> (0)
Related Topics
Verifier Session and Setup Functions
Return to top