Versions Compared

Key

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

...

  • Startup: is executed when the JavaScript Unit is triggered.
  • Shutdown: is executed when the "execute" function is done.
  • Execute: is executed after the "startup" function.

Using Project Variables

Project Variables can be used globally in certain Units (JavaScript, Shell Command). To use a Project Variable, enclose the Variable name in '$', for example "$myVariable$".