nc wait Command

This section describes how the Accelerator administrator can use the file $VOVDIR/local/vncwait.config.tcl to modify some defaults for the nc wait command. This file does not exist by default; it must be created when needed.

Examples

Add Polling for Wait Calls
# Use 2s polling for all wait calls instead of listening to the event stream (-p)
set polling 2000
Show Job Info
# Always show job info (-jobinfo)
set VNCWAIT(showJobInfo) 1
Register a Call-Back Command
# Register a call-back command (-callback)
set VNCWAIT(callbackCmd) {$VOVDIR/local/myWaitCallback.sh}