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 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 22 span.virtual_style 23 { 24 font-size : 8pt; 25 color : white; 26 font-weight : bold; 27 background : #0a0; 28 border-left : solid 1px #0f0; 29 border-top : solid 1px #0f0; 30 border-right : solid 1px #060; 31 border-bottom : solid 1px #060; 32 padding-left : 2px; 33 padding-right : 2px; 34 } 35 36 span.protected_style 37 { 38 font-size : 8pt; 39 color : white; 40 font-weight : bold; 41 background : #444; 42 border-left : solid 1px #ccc; 43 border-top : solid 1px #ccc; 44 border-right : solid 1px #222; 45 border-bottom : solid 1px #222; 46 padding-left : 2px; 47 padding-right : 2px; 48 } 49 --></style> 50<title>nn::boss::TaskStatusInfo</title> 51 </head> 52 <body> 53<h1><CODE><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/boss/Overview.html">boss</a>::TaskStatusInfo</CODE> Structure</h1> 54<h2>Syntax</h2> 55 <div class="section"> 56<pre class="definition">struct TaskStatusInfo 57{ 58 <a href="../../../nn_types/s64.html">s64</a> taskStartTime; 59 <a href="../../../nn_types/s64.html">s64</a> stepStartTime; 60 <a href="../../../nn/boss/TaskStateCode.html">TaskStateCode</a> state; 61 <a href="../../../nn/boss/TaskStateCode.html">TaskStateCode</a> taskState; 62 <a href="../../../nn/boss/TaskStateCode.html">TaskStateCode</a> stateResume; 63 <a href="../../../nn/boss/TaskServiceStatus.html">TaskServiceStatus</a> serviceStatus; 64 bool serviceTerminated; 65 <a href="../../../nn/boss/TaskResultCode.html">TaskResultCode</a> resultCode; 66 <a href="../../../nn_types/u32.html">u32</a> commErrorCode; 67 <a href="../../../nn_types/u32.html">u32</a> execCount; 68 <a href="../../../nn_types/u32.html">u32</a> pendingTime; 69 <a href="../../../nn_types/u32.html">u32</a> remainTime; 70 <a href="../../../nn_types/u32.html">u32</a> progress; 71 <a href="../../../nn_types/u32.html">u32</a> dataSize; 72 <a href="../../../nn_types/u16.html">u16</a> activeRate; 73 <a href="../../../nn_types/u16.html">u16</a> requestRate; 74 <a href="../../../nn_types/u8.html">u8</a> activeStep; 75 <a href="../../../nn_types/u8.html">u8</a> priority; 76 char lastModified[MAX_LASTMODIFIED_LENGTH]; 77}; 78</pre> 79 </div> 80<h2>Description</h2> 81 <div class="section"> 82<p>Definition of an internal structure that maintains attribute information for the <CODE>TaskStatus</CODE> class.</p> 83 </div> 84 <a name="variable" id="variable"> 85<h2>Member Variables</h2> 86 <div class="section"> 87 <table class="members"> 88 <tr> 89 <td width="100"> </td> 90 <th> 91<span class="argument">taskStartTime</span> 92 </th> 93<td width="100"><a href="../../../nn_types/s64.html">s64</a></td> 94<td>Scheduled task start time, based on a calendar beginning 1 January 2000. Units are seconds.</td> 95 </tr> 96 <tr> 97 <td width="100"> </td> 98 <th> 99<span class="argument">stepStartTime</span> 100 </th> 101<td width="100"><a href="../../../nn_types/s64.html">s64</a></td> 102<td>Scheduled task start time, based on a calendar beginning 1 January 2000. Units are seconds. (This is provided for future extensibility and cannot be used.)</td> 103 </tr> 104 <tr> 105 <td width="100"> </td> 106 <th> 107<span class="argument">state</span> 108 </th> 109<td width="100"><a href="../../../nn/boss/TaskStateCode.html"><CODE>TaskStateCode</CODE></a></td> 110<td>Task state information.</td> 111 </tr> 112 <tr> 113 <td width="100"> </td> 114 <th> 115<span class="argument">taskState</span> 116 </th> 117<td width="100"><a href="../../../nn/boss/TaskStateCode.html"><CODE>TaskStateCode</CODE></a></td> 118<td>Internal task state information.</td> 119 </tr> 120 <tr> 121 <td width="100"> </td> 122 <th> 123<span class="argument">stateResume</span> 124 </th> 125<td width="100"><a href="../../../nn/boss/TaskStateCode.html"><CODE>TaskStateCode</CODE></a></td> 126<td>Internal task state information used upon task resumption.</td> 127 </tr> 128 <tr> 129 <td width="100"> </td> 130 <th> 131<span class="argument">serviceStatus</span> 132 </th> 133<td width="100"><a href="../../../nn/boss/TaskServiceStatus.html"><CODE>TaskServiceStatus</CODE></a></td> 134<td>Status of the service pointed to by the URL specified in the task attributes.</td> 135 </tr> 136 <tr> 137 <td width="100"> </td> 138 <th> 139<span class="argument">serviceTerminated</span> 140 </th> 141<td width="100">bool</td> 142<td>Availability flag of the service pointed to by the URL specified in the task attributes.</td> 143 </tr> 144 <tr> 145 <td width="100"> </td> 146 <th> 147<span class="argument">resultCode</span> 148 </th> 149<td width="100"><a href="../../../nn/boss/TaskResultCode.html"><CODE>TaskResultCode</CODE></a></td> 150<td>Task result code.</td> 151 </tr> 152 <tr> 153 <td width="100"> </td> 154 <th> 155<span class="argument">commErrorCode</span> 156 </th> 157<td width="100"><a href="../../../nn_types/u32.html">u32</a></td> 158<td>Communications error code during task execution.</td> 159 </tr> 160 <tr> 161 <td width="100"> </td> 162 <th> 163<span class="argument">execCount</span> 164 </th> 165<td width="100"><a href="../../../nn_types/u32.html">u32</a></td> 166<td>Task execution count.</td> 167 </tr> 168 <tr> 169 <td width="100"> </td> 170 <th> 171<span class="argument">pendingTime</span> 172 </th> 173<td width="100"><a href="../../../nn_types/u32.html">u32</a></td> 174<td>Time elapsed since scheduled task start.</td> 175 </tr> 176 <tr> 177 <td width="100"> </td> 178 <th> 179<span class="argument">remainTime</span> 180 </th> 181<td width="100"><a href="../../../nn_types/u32.html">u32</a></td> 182<td>Time remaining until task execution. (This is provided for future extensibility and cannot be used.)</td> 183 </tr> 184 <tr> 185 <td width="100"> </td> 186 <th> 187<span class="argument">progress</span> 188 </th> 189<td width="100"><a href="../../../nn_types/u32.html">u32</a></td> 190<td>The number of bytes processed.</td> 191 </tr> 192 <tr> 193 <td width="100"> </td> 194 <th> 195<span class="argument">dataSize</span> 196 </th> 197<td width="100"><a href="../../../nn_types/u32.html">u32</a></td> 198<td>The total number of bytes to be processed.</td> 199 </tr> 200 <tr> 201 <td width="100"> </td> 202 <th> 203<span class="argument">activeRate</span> 204 </th> 205<td width="100"><a href="../../../nn_types/u16.html">u16</a></td> 206<td>Average execution rate. (This is provided for future extensibility and cannot be used.)</td> 207 </tr> 208 <tr> 209 <td width="100"> </td> 210 <th> 211<span class="argument">requestRate</span> 212 </th> 213<td width="100"><a href="../../../nn_types/u16.html">u16</a></td> 214<td>Average communication request rate. (This is provided for future extensibility and cannot be used.)</td> 215 </tr> 216 <tr> 217 <td width="100"> </td> 218 <th> 219<span class="argument">activeStep</span> 220 </th> 221<td width="100"><a href="../../../nn_types/u8.html">u8</a></td> 222<td>Currently running task step ID.</td> 223 </tr> 224 <tr> 225 <td width="100"> </td> 226 <th> 227<span class="argument">priority</span> 228 </th> 229<td width="100"><a href="../../../nn_types/u8.html">u8</a></td> 230<td>Priority of the currently running task.</td> 231 </tr> 232 <tr> 233 <td width="100"> </td> 234 <th> 235<span class="argument">lastModified</span> 236 </th> 237<td width="100"><CODE>char</CODE></td> 238<td>Last update time, as returned in the HTTP response header.</td> 239 </tr> </table> 240 </div> 241 </a> 242 <hr><p>CONFIDENTIAL</p></body> 243</html>