...
Code Block |
---|
runnerLog("The job keys are : " + getScheduledJobKeys()); |
The example above will return returns the list of all scheduled job keys created.
...
...
Code Block |
---|
runnerLog("The job keys are : " + getScheduledJobKeys()); |
The example above will return returns the list of all scheduled job keys created.
...