/
getScheduledJobKeysByScript
getScheduledJobKeysByScript
Description
Returns the list of scheduled jobs keys by the path of the script they use and the optional parameter args.
Parameters
Return Type
String []
Returns the list of the scheduled jobs keys by the path of the script they use and the optional parameter args.
Example
string[] args = {issueType, project};
runnerLog("The jobs keys are : " + getScheduledJobKeys("test.sil", args));
The example above will return the list of all scheduled jobs keys that match the path and arguments provided.
See also
, multiple selections available,
Related content
getScheduledJobKeys
getScheduledJobKeys
More like this
SIL Scheduler
SIL Scheduler
Read with this
getScheduledJobKeysByScript
getScheduledJobKeysByScript
More like this
getScheduledJobKeysByScript
getScheduledJobKeysByScript
More like this
getScheduledJobKeys
getScheduledJobKeys
More like this
getScheduledJobKeys
getScheduledJobKeys
More like this