Details
-
Feature
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Feature
- VBScript is a scripting language for Windows that comes with limited support for 32bit environments. Therefore this scriptng language can exclusively be used with Agents that are executed with a 32bit JVM.
- JOE allows to specify VBScript as a scripting language for jobs and monitors with Agents.
- ScriptControl:VBScript is added to the list of scripting languages that a user may choose.
- Function headers are available for VBSCript that can be selected for e.g. function spooler_task_before(), function spooler_task_after() etc.
- The list of available scripting languages is sorted like this:
- shell
- java
- java:javascript
- perlScript
- powershell
- VBScript
- scriptcontrol:vbscript
- javax.script:rhino
- javax.script:ecmascript
- javascript