Thread C# Book

A thread's Priority determines how much execution time it gets relative to other active threads in the operating system
A thread's Priority has the following scale:
enum ThreadPriority { Lowest, BelowNormal, Normal, AboveNormal, Highest }