> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# kinetica.ShowProcStatusResponse.OverallStatuses

> kinetica.ShowProcStatusResponse.OverallStatuses — Kinetica C# API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of string constants for the parameter <a className="el" href="/content/api/cs/classkinetica_1_1ShowProcStatusResponse#ae4eb2291718020c4fbc3bc2886263dc3" title="Overall statuses for the returned run IDs.">ShowProcStatusResponse.overall\_statuses</a>. <a href="#details">More...</a></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Static Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:a8dbf26d715fa34dcc5c11d5ad9e9c971" id="r_a8dbf26d715fa34dcc5c11d5ad9e9c971">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a8dbf26d715fa34dcc5c11d5ad9e9c971">RUNNING</a> = "running"</td>
      </tr>

      <tr className="memdesc:a8dbf26d715fa34dcc5c11d5ad9e9c971">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The proc instance is currently running. <br /></td>
      </tr>

      <tr className="separator:a8dbf26d715fa34dcc5c11d5ad9e9c971">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a655be0baf7e01f020651e58e4d5e7e41" id="r_a655be0baf7e01f020651e58e4d5e7e41">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a655be0baf7e01f020651e58e4d5e7e41">COMPLETE</a> = "complete"</td>
      </tr>

      <tr className="memdesc:a655be0baf7e01f020651e58e4d5e7e41">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The proc instance completed with no errors. <br /></td>
      </tr>

      <tr className="separator:a655be0baf7e01f020651e58e4d5e7e41">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a22fe7ce5c97fef2408c9914796f52b9f" id="r_a22fe7ce5c97fef2408c9914796f52b9f">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a22fe7ce5c97fef2408c9914796f52b9f">KILLED</a> = "killed"</td>
      </tr>

      <tr className="memdesc:a22fe7ce5c97fef2408c9914796f52b9f">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The proc instance was killed before completion. <br /></td>
      </tr>

      <tr className="separator:a22fe7ce5c97fef2408c9914796f52b9f">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:af63318c3d8487e71a631b9ad490a5411" id="r_af63318c3d8487e71a631b9ad490a5411">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af63318c3d8487e71a631b9ad490a5411">ERROR</a> = "error"</td>
      </tr>

      <tr className="memdesc:af63318c3d8487e71a631b9ad490a5411">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The proc instance failed with an error. <br /></td>
      </tr>

      <tr className="separator:af63318c3d8487e71a631b9ad490a5411">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:acbf99311a6116fae93df7b6e4c0abd68" id="r_acbf99311a6116fae93df7b6e4c0abd68">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#acbf99311a6116fae93df7b6e4c0abd68">NONE</a> = "none"</td>
      </tr>

      <tr className="memdesc:acbf99311a6116fae93df7b6e4c0abd68">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The proc instance does not have a status, i.e. <br /></td>
      </tr>

      <tr className="separator:acbf99311a6116fae93df7b6e4c0abd68">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of string constants for the parameter <a className="el" href="/content/api/cs/classkinetica_1_1ShowProcStatusResponse#ae4eb2291718020c4fbc3bc2886263dc3" title="Overall statuses for the returned run IDs.">ShowProcStatusResponse.overall\_statuses</a>. </p>
      <p>Overall statuses for the returned run IDs. Note that these are rollups and individual statuses may differ between data segments for the same run ID; see <a className="el" href="/content/api/cs/classkinetica_1_1ShowProcStatusResponse#a313171dfcc890bc30169131056e698ba" title="Statuses for the returned run IDs, grouped by data segment ID.">ShowProcStatusResponse.statuses</a> and <a className="el" href="/content/api/cs/classkinetica_1_1ShowProcStatusResponse#a8a244f27f8ceae1a44a1d40d92848e2a" title="Messages containing additional status information for the returned run IDs, grouped by data segment I...">ShowProcStatusResponse.messages</a> for statuses from individual data segments.</p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ShowProcStatus_8cs_source#l00201">201</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ShowProcStatus_8cs_source">ShowProcStatus.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a655be0baf7e01f020651e58e4d5e7e41">◆ </a></span>COMPLETE</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.ShowProcStatusResponse.OverallStatuses.COMPLETE = "complete"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The proc instance completed with no errors. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ShowProcStatus_8cs_source#l00207">207</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ShowProcStatus_8cs_source">ShowProcStatus.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#af63318c3d8487e71a631b9ad490a5411">◆ </a></span>ERROR</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.ShowProcStatusResponse.OverallStatuses.ERROR = "error"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The proc instance failed with an error. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ShowProcStatus_8cs_source#l00213">213</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ShowProcStatus_8cs_source">ShowProcStatus.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a22fe7ce5c97fef2408c9914796f52b9f">◆ </a></span>KILLED</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.ShowProcStatusResponse.OverallStatuses.KILLED = "killed"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The proc instance was killed before completion. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ShowProcStatus_8cs_source#l00210">210</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ShowProcStatus_8cs_source">ShowProcStatus.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#acbf99311a6116fae93df7b6e4c0abd68">◆ </a></span>NONE</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.ShowProcStatusResponse.OverallStatuses.NONE = "none"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The proc instance does not have a status, i.e. </p>
        <p>it has not yet ran. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ShowProcStatus_8cs_source#l00217">217</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ShowProcStatus_8cs_source">ShowProcStatus.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a8dbf26d715fa34dcc5c11d5ad9e9c971">◆ </a></span>RUNNING</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.ShowProcStatusResponse.OverallStatuses.RUNNING = "running"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The proc instance is currently running. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ShowProcStatus_8cs_source#l00204">204</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ShowProcStatus_8cs_source">ShowProcStatus.cs</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following files:

    <ul>
      <li>\_build/public-os\_ubuntu24.04-arch\_amd64-cc\_gcc\_13.3.0/install/Kinetica/Protocol/<a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ShowProcStatus_8cs_source">ShowProcStatus.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2ShowProcStatus_8cs_source">ShowProcStatus.cs</a></li>
    </ul>
  </div>
</div>
