<div class="content" name="ClassificationRunningStatus" uuid="2114737c-a62c-4dad-b9ef-4d91fe108522"><p>The ClassificationRunningStatus (get) method retrieves the
current <b>running status</b> of the <b>running classification task</b>, if
present, as defined in the <a href="115b0753-2ed7-41ab-b384-438e1746cd48" data-linktype="relative-path">FsrmReportRunningStatus (section 2.2.1.2.13)</a>
enumeration and returns S_OK upon successful completion.</p><dl>
<dd>
<div><pre> [propget, id(FSRM_PROPERTY(FSRM_DISPID_CLASSIFICATION_MANAGER|0x07))] HRESULT ClassificationRunningStatus(
   [out, retval] FsrmReportRunningStatus* runningStatus
 );
</pre></div>
</dd></dl><p><b>runningStatus: </b> A pointer to a variable that
upon completion contains the current <b>running status</b> of the <b>running
classification task</b>.</p><p><b>Return Values: </b>The method MUST return zero on
success, or a nonzero error code on failure.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Return value/code</p>
   </th>
   <th>
   <p>Description</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>0x80070057 E_INVALIDARG</td>
  <td>The runningStatus parameter is NULL.</td>
 </tr></tbody></table>
</dd></dl><p>Upon receiving this message, the server MUST validate this
parameter:</p><ul><li><p><span><span> 
</span></span>Verify that <i>runningStatus</i> is not NULL.</p>
</li></ul><p>If any validation fails, the server MUST terminate
processing and return a nonzero error code.</p><p>The server MUST set <i>runningStatus</i> to the <a href="6ebd590e-e194-4750-8844-0e4523e9b3e3" data-linktype="relative-path">Default Classification Job&#39;s</a>
current <b>running status</b>. </p></div>