VWorks User Guide : Setting parameters for scheduling tasks : JavaScript

JavaScript
Description
The JavaScript task () runs the specified JavaScript at the desired point in the protocol. Typically, you use the JavaScript task to run a program that is independent of any task.
Note: If you want to run a JavaScript that skips a task or changes the parameters of the task, write the JavaScript code in the Advanced Settings area of that task. See Using JavaScript for more information.
 
Advanced Settings
After adding the JavaScript task at the desired point in the protocol, write the code in the Advanced Settings area:
 
Related information