Versions Compared

Key

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

...

The show_state command is much more "intelligent". With this command one can request folders and subfolders (and some other things more) in an even more performant performent way.

An example:

Code Block
     <show_state subsystems="folder job" what="folders"/>

will give all jobs in all folders. the The structure of the response-xml will reflect the structure of the folders.

...