Versions Compared

Key

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

...

Returns the list of the scheduled jobs keys by the path of the script they use and the optional parameter args.

Example

Code Block
languagejs
string[] args = {issueType, project};
runnerLog("The jobs keys are : " + getScheduledJobKeys("test.sil", args));

...