JobRun - changePriorityOfRunningJobByJobRunId
JobRun - changePriorityOfRunningJobByJobRunId
Description :
This command changes the priority of a running job run.
To get the jobRunId, first get the job run key. The findAllRunKeysByJobKey command has an example of how to do this. Once you have the job run key, you can use the jobRunKeyToJobRunId command to get the jobRunId.
Return type : void
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
jobRunId | Integer | Job run ID number. |
priorityString | String | Priority to change job run to. |
Example
The following example shows how to change job run 2000000 to HIGH priority.
Script
blcli JobRun changePriorityOfRunningJobByJobRunId 2000000 HIGH
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*