A
A
- File
- vovfdl.tcl
- Usage
A note check (default=1)
- Description
- Add a note to the most recently mentioned node, that is the node with id
make(lastNodeId)
. The first argument is the text of the note. If the second argument, check, is set to 1, the procedure checks all notes to avoid duplicates. - Other procedures Used
- vtk_annotation_add
- Return
- Nothing
AD
- File
- vovfdl.tcl
- Usage
AD job1 jobOrSet2 barrier (default=0)
- Description
- This procedure is for those who want to have a dependency between jobs even if there is no real file-based dependency. Create an artificial dependency between job1 and job2 using a phantom place (see docs about phantoms) In large flows, it is possible that this AD is called on job ids that are already executed and forgotten. Gently handle those errors but continue.
- Return
- The ID of the phantom place.
addComponent
- File
- vovcgi.tcl
- Usage
addComponent name args
- Description
- Adds a component to a page in the web UI
addJsFile
- File
- vovcgi.tcl
- Usage
addJsFile jsFile
addMenu
- File
- vovcgi.tcl
- Usage
addMenu name url (default=) args
- Description
- Adds a menu to the current tab
addPage
- File
- vovcgi.tcl
- Usage
addPage name url args
- Description
- Adds a page to the current menu
addTab
- File
- vovcgi.tcl
- Usage
addTab name url args
- Description
- Adds a tab to the web UI
ADfast
- File
- vovfdl.tcl
- Usage
ADfast job1 job2 args
AJAX_ELEM
- File
- vovhtml.tcl
- Usage
AJAX_ELEM id message (default=) img (default=)
appendPageMessage
- File
- vovhtml.tcl
- Usage
appendPageMessage msglevel msg
arglength
- File
- vovutils.tcl
- Usage
arglength
- Description
- Return the length of the global argv variable.
AutoAjaxReloadNode
- File
- vovhtml.tcl
- Usage
AutoAjaxReloadNode id refresh (default=4000)
- Description
- Automatically reload the page if the status of node changes.
AutoAjaxReloadSet
- File
- vovhtml.tcl
- Usage
AutoAjaxReloadSet id refresh (default=4000)
- Description
- Automatically reload the page if the status of the set changes.