Schedule - findSchedulesByJobPriorityName
Schedule - findSchedulesByJobPriorityName
Description :
This command finds all the schedules that are set to a specified priority. Set the jobPriorityString argument to one of the following priorities:
- CRITICAL
- HIGH
- NORMAL
- LOW
- LOWEST
Return type : java.util.List
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
jobPriorityString | String | The priority of the schedules you want to find. Use one of the strings listed above. |
Example
The following example finds the schedules of HIGH priority.
Script
blcli Schedule findSchedulesByJobPriorityName HIGH
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*