Site search powered by Google

7.10. Using priorities

Priorities influence the order in which projects are scheduled for execution. All other things being equal, a project with a higher priority (5 is higher than 1) will be scheduled for earlier execution than one with a lower priority. Note, however, that priorities are overridden by dependencies, and constraints. For instance if B depends on A, then A will be scheduled for earlier execution regardless of the priorities of A and B.