> ## 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.Statuses

> kinetica.ShowProcStatusResponse.Statuses — 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#a313171dfcc890bc30169131056e698ba" title="Statuses for the returned run IDs, grouped by data segment ID.">ShowProcStatusResponse.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:a8252edc1500a436b4eb0a01dabb0def2" id="r_a8252edc1500a436b4eb0a01dabb0def2">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a8252edc1500a436b4eb0a01dabb0def2">RUNNING</a> = "running"</td>
      </tr>

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

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

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

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

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

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

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

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

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

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

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

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

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

      <tr className="separator:a72cbd1c76143ae923f5b005520316a96">
        <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#a313171dfcc890bc30169131056e698ba" title="Statuses for the returned run IDs, grouped by data segment ID.">ShowProcStatusResponse.statuses</a>. </p>
      <p><a className="el" href="/content/api/cs/structkinetica_1_1ShowProcStatusResponse_1_1Statuses" title="A set of string constants for the parameter ShowProcStatusResponse.statuses.">Statuses</a> for the returned run IDs, grouped by data segment ID.</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#l00224">224</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="#a9834dce6a593005cb77457e474026380">◆ </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.Statuses.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#l00230">230</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="#aad8b8e7116bdc6f832a7b2cf5e1c0b99">◆ </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.Statuses.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#l00236">236</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="#af0fb7c0c7afd50d95b5ae2b3b750bf77">◆ </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.Statuses.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#l00233">233</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="#a72cbd1c76143ae923f5b005520316a96">◆ </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.Statuses.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#l00240">240</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="#a8252edc1500a436b4eb0a01dabb0def2">◆ </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.Statuses.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#l00227">227</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>
