# CSJ2K.j2k.util.ProgressWatch

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_util_ProgressWatch" data-uid="CSJ2K.j2k.util.ProgressWatch" class="text-break">ProgressWatch Interface
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.util.html">CSJ2K.j2k.util</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="CSJ2K_j2k_util_ProgressWatch_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ProgressWatch</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ProgressWatch</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_util_ProgressWatch_initProgressWatch_System_Int32_System_Int32_System_String_" data-uid="CSJ2K.j2k.util.ProgressWatch.initProgressWatch(System.Int32,System.Int32,System.String)">
          <a class="xref" href="CSJ2K.j2k.util.ProgressWatch.initProgressWatch.html#CSJ2K_j2k_util_ProgressWatch_initProgressWatch_System_Int32_System_Int32_System_String_">initProgressWatch(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize the progress watching process</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_util_ProgressWatch_terminateProgressWatch" data-uid="CSJ2K.j2k.util.ProgressWatch.terminateProgressWatch">
          <a class="xref" href="CSJ2K.j2k.util.ProgressWatch.terminateProgressWatch.html#CSJ2K_j2k_util_ProgressWatch_terminateProgressWatch">terminateProgressWatch()</a>
        </td>
        <td class="markdown level1 summary"><p>Terminate the progress watch process</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_util_ProgressWatch_updateProgressWatch_System_Int32_System_String_" data-uid="CSJ2K.j2k.util.ProgressWatch.updateProgressWatch(System.Int32,System.String)">
          <a class="xref" href="CSJ2K.j2k.util.ProgressWatch.updateProgressWatch.html#CSJ2K_j2k_util_ProgressWatch_updateProgressWatch_System_Int32_System_String_">updateProgressWatch(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Update the progress watching process to the specified value</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
