Versions Compared

Key

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

...

One method for forwarding XML commands to JobScheduler is using our Java class library.
This is described in:  How can I generate new jobs and orders automatically?

A possible alternative is the creation of XML files and putting them in the live-folder. Which method you choose depends on how persistent the JobScheduler objects have to be. All objects in the live folder are persistent, objects created by the external API (XML commands) are not.
All changes made to objects created by the external API are lost after JobScheduler is restarted.

...