Priority of jobs
The order of running jobs.
Default priority
When jobs are added for processing, the application processes them in order they were inserted. The default priority of jobs is defined in the settings.json file and is 100 by default. The lower the number the higher the priority.
Raising the priority for a job
If, for some reason, you want to have a certain job processed sooner, you can raise its priority. You can do so by right clicking the job in the grid and selecting Raise priority
.
When grid is refreshed, higher priority jobs are stacked at the top of the grid and are marked with light turqouise color.
You can only raise priority for jobs that are pending or new.