OpenWGA 7.9 - TMLScript reference

JobContext
Property :

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
  • TMLScript tasks in jobs