Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | getScheduledJobKeysByScript(path[, args]) | Package |
| Alias |
| Pkg Usage |
|
|
Description
Excerpt |
---|
|
Returns the list of scheduled jobs keys by the path of the script they use and the optional parameter args. |
Returns the list of scheduled jobs keys by the path of the script they use and the optional parameter args.
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
path | String | Yes | The path of SIL file used by job. | args | array string | No | The list of the arguments of the job. |
|
Return Type
String []
Returns the list of the scheduled jobs keys by the path of the script they use and the optional parameter args.
...
The example above will return the list of all scheduled jobs keys that match the path and arguments provided.
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "schedule_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|