Versions Compared

Key

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

...

Code Block
runnerLog("The job keys are : " + getScheduledJobKeys());

The example above will return returns the list of all scheduled job keys created.

...