OpenWGA 7.0 - TMLScript reference
JobContextProperty :
options
On object | JobContext |
Usage |
Provides the options defined on the job |
Description |
This provides a lookup table of preconfigured options that are stored on job level. It does not contain options defined on the task or custom options. If you just want to retrieve an option no matter where it is stored you shoud use jobContext.getOption() instead. |
Writable | False |
Return value |
A lookup table of job options |
Allowed in script types |
|