1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../css/manpage.css" type="text/css" /> 7<title>TaskPriority</title> 8 </head> 9 <body> 10<h1><CODE><a href="../../nn/Overview.html">nn</a>::<a href="../../nn/boss/Overview.html">boss</a>::TaskPriority</CODE> Enumerated Type</h1> 11<h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14enum TaskPriority; 15</pre> 16 </div> 17<h2>Value</h2> 18 <div class="section"> 19 <table class="arguments"> 20 <thead> 21 <tr> 22<th>Value</th> 23<td>Description</td> 24 </tr> 25 </thead> 26 <tr> 27<th><CODE>PRIORITY_EXPEDITE1</CODE></th> 28<td><CODE>21</CODE>: Priority setting for the highest-priority tasks.</td> 29 </tr> 30 <tr> 31<th><CODE>PRIORITY_EXPEDITE2</CODE></th> 32<td><CODE>22</CODE>: Priority setting for the highest-priority tasks.</td> 33 </tr> 34 <tr> 35<th><CODE>PRIORITY_EXPEDITE3</CODE></th> 36<td><CODE>23</CODE>: Priority setting for the highest-priority tasks.</td> 37 </tr> 38 <tr> 39<th><CODE>PRIORITY_EXPEDITE4</CODE></th> 40<td><CODE>24</CODE>: Priority setting for the highest-priority tasks.</td> 41 </tr> 42 <tr> 43<th><CODE>PRIORITY_EXPEDITE5</CODE></th> 44<td><CODE>25</CODE>: Priority setting for the highest-priority tasks.</td> 45 </tr> 46 <tr> 47<th><CODE>PRIORITY_EXPEDITE6</CODE></th> 48<td><CODE>26</CODE>: Priority setting for the highest-priority tasks.</td> 49 </tr> 50 <tr> 51<th><CODE>PRIORITY_EXPEDITE7</CODE></th> 52<td><CODE>27</CODE>: Priority setting for the highest-priority tasks.</td> 53 </tr> 54 <tr> 55<th><CODE>PRIORITY_EXPEDITE8</CODE></th> 56<td><CODE>28</CODE>: Priority setting for the highest-priority tasks.</td> 57 </tr> 58 <tr> 59<th><CODE>PRIORITY_EXPEDITE</CODE></th> 60<td><CODE>35</CODE>: Priority setting for the highest-priority tasks.</td> 61 </tr> 62 <tr> 63<th><CODE>PRIORITY_HIGH</CODE></th> 64<td><CODE>80</CODE>: Priority setting for high-priority tasks.</td> 65 </tr> 66 <tr> 67<th><CODE>PRIORITY_MEDIUM</CODE></th> 68<td><CODE>125</CODE>: Priority setting for medium-priority tasks.</td> 69 </tr> 70 <tr> 71<th><CODE>PRIORITY_LOW</CODE></th> 72<td><CODE>170</CODE>: Priority setting for low-priority tasks.</td> 73 </tr> 74 <tr> 75<th><CODE>PRIORITY_LOWEST</CODE></th> 76<td><CODE>215</CODE>: Priority setting for the lowest-priority tasks.</td> 77 </tr> 78 <tr> 79<th><CODE>PRIORITY_LOWEST1</CODE></th> 80<td><CODE>221</CODE>: Priority setting for the lowest-priority tasks.</td> 81 </tr> 82 <tr> 83<th><CODE>PRIORITY_LOWEST2</CODE></th> 84<td><CODE>222</CODE>: Priority setting for the lowest-priority tasks.</td> 85 </tr> 86 <tr> 87<th><CODE>PRIORITY_LOWEST3</CODE></th> 88<td><CODE>223</CODE>: Priority setting for the lowest-priority tasks.</td> 89 </tr> 90 <tr> 91<th><CODE>PRIORITY_LOWEST4</CODE></th> 92<td><CODE>224</CODE>: Priority setting for the lowest-priority tasks.</td> 93 </tr> 94 <tr> 95<th><CODE>PRIORITY_LOWEST5</CODE></th> 96<td><CODE>225</CODE>: Priority setting for the lowest-priority tasks.</td> 97 </tr> 98 <tr> 99<th><CODE>PRIORITY_LOWEST6</CODE></th> 100<td><CODE>226</CODE>: Priority setting for the lowest-priority tasks.</td> 101 </tr> 102 <tr> 103<th><CODE>PRIORITY_LOWEST7</CODE></th> 104<td><CODE>227</CODE>: Priority setting for the lowest-priority tasks.</td> 105 </tr> 106 <tr> 107<th><CODE>PRIORITY_LOWEST8</CODE></th> 108<td><CODE>228</CODE>: Priority setting for the lowest-priority tasks.</td> 109 </tr> 110 <tr> 111<th><CODE>PRIORITY_STOPPED</CODE></th> 112<td><CODE>255</CODE>: Priority setting for tasks that have been stopped.</td> 113 </tr> 114 <tr> 115<th><CODE>PRIORITY_MAX_VALUE</CODE></th> 116<td>(This enumerator is used for internal processing. It cannot be used from the application.)</td> 117 </tr> 118 </table> </div> 119<h2>Description</h2> 120 <div class="section"> 121<p>Constants specifying task priorities. (The numeric value at the start of the description for each numerator is the value of that numerator.)</p><!-- write here --></div> 122<h2>Revision History</h2> 123 <div class="section"> 124 <dl class="history"> 125 <dt>2010/09/16</dt> 126<dd>Initial version.<br /> 127 </dd> 128 </dl> 129 </div> 130 <hr><p>CONFIDENTIAL</p></body> 131</html> 132