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