...
Returns the list of the scheduled jobs keys by the path of the script they use and the optional parameter args.
Example
Code Block | ||
---|---|---|
| ||
string[] args = {issueType, project}; runnerLog("The jobs keys are : " + getScheduledJobKeys("test.sil", args)); |
...