verifCreateBatchScript
verifCreateBatchScript(
g_sessionId
t_scriptFileName
)
=> t / nil
Description
Creates a batch script to rerun the saved Verifier cellview from the command line.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
Examples
The following example opens a Verifier cellview and creates the batch script file for the specified session.
uid = verifOpenCellView("test" "results" "verifier")
=> 0
verifCreateBatchScript(uid "run")
=> t
$ virtuoso -replay run -log run.log
Related Topics
Verifier Session and Setup Functions
Return to top