The following information is passed to tvscript as follows:This script installs an error handler and an action point handler. When an error is encountered during execution, tvscript passes an array of information to the error handler. Similarly, when an action point is hit, it passes an array of information to the action point handler. These arrays are described in “Event API”.tvscript_log "PID: \
[tvscript_get_process_property 1 "syspid"]";tvscript_log "Status: \
[tvscript_get_process_property 1 "state"]";tvscript_log "Executable: \
[tvscript_get_process_property 1 "executable"]";tvscript_add_actionpoint_handler $actionpoint_id \
"l1_actionpoint_handler"tvscript_add_event_handler "actionpoint" \
"generic_actionpoint_event_handler"
Rogue Wave Software, Inc. |
Voice: (303) 473-9118 |
rwonlinedocs@roguewave.com |