You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Current »

The JobScheduler can be controlled by other applications, e.g. jobs can be started. The commands are given as XML documents.
The XML command can be transferred to the JobScheduler via the following protocols

  • HTTP
  • TCP
  • UDP
  • Command Line Option

Examples for using the command line option:

  • jobscheduler.cmd command "<?xml version='1.0' encoding='iso-8859-1'?><show_state />"
  • jobscheduler.cmd command "<show_state/>"

More information on available XML commands can one found here: XML command list

  • No labels