Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The example suggests two ways how to access declared arguments:
    • Accessing the argument value: directly returns the argument value for the given argument name.
    • Accessing the argument object: offers to use the getName() and getValue() methods of the argument object.
  • Argument names can be specified by strings or by using the declaredArguments instance of the JobArgument class and the argument objects included.

Reading the list of

...

Declared Arguments

Similarly to reading specific Declared Arguments the job has to specify the Declared Arguments by use of the js7.JobArgument class.

...