> ## 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.GetJobResponse.JobStatus

> kinetica.GetJobResponse.JobStatus — 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_1GetJobResponse#af0459c96faca6193fca688c2dfacc708" title="Status of the submitted job.">GetJobResponse.job\_status</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:ac660b66e9c23f255f711f15220a5567b" id="r_ac660b66e9c23f255f711f15220a5567b">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac660b66e9c23f255f711f15220a5567b">RUNNING</a> = "RUNNING"</td>
      </tr>

      <tr className="memdesc:ac660b66e9c23f255f711f15220a5567b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The job is currently executing. <br /></td>
      </tr>

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

      <tr className="memitem:ab00789e0ae0d73cd1dd9cefa9c7b6030" id="r_ab00789e0ae0d73cd1dd9cefa9c7b6030">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ab00789e0ae0d73cd1dd9cefa9c7b6030">DONE</a> = "DONE"</td>
      </tr>

      <tr className="memdesc:ab00789e0ae0d73cd1dd9cefa9c7b6030">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The job execution has successfully completed and the response is included in the <a className="el" href="/content/api/cs/classkinetica_1_1GetJobResponse#a95b30883474a0c8052535728abce9b9d" title="The binary-encoded response of the job.">GetJobResponse.job\_response</a> or <a className="el" href="/content/api/cs/classkinetica_1_1GetJobResponse#a0354332384108beaf6c4f11a5ba00e0f" title="The json-encoded response of the job.">GetJobResponse.job\_response\_str</a> field. <br /></td>
      </tr>

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

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

      <tr className="memdesc:affa428407396fa56d6ce2efed3560ca7">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The job was attempted, but an error was encountered. <br /></td>
      </tr>

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

      <tr className="memitem:a33d21580e7adc7d6921f51f04ac31b0f" id="r_a33d21580e7adc7d6921f51f04ac31b0f">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a33d21580e7adc7d6921f51f04ac31b0f">CANCELLED</a> = "CANCELLED"</td>
      </tr>

      <tr className="memdesc:a33d21580e7adc7d6921f51f04ac31b0f">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Job cancellation was requested while the execution was in progress. <br /></td>
      </tr>

      <tr className="separator:a33d21580e7adc7d6921f51f04ac31b0f">
        <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_1GetJobResponse#af0459c96faca6193fca688c2dfacc708" title="Status of the submitted job.">GetJobResponse.job\_status</a>. </p>
      <p>Status of the submitted job.</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_2GetJob_8cs_source#l00079">79</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_2GetJob_8cs_source">GetJob.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a33d21580e7adc7d6921f51f04ac31b0f">◆ </a></span>CANCELLED</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.GetJobResponse.JobStatus.CANCELLED = "CANCELLED"</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>Job cancellation was requested while the execution was in progress. </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_2GetJob_8cs_source#l00099">99</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_2GetJob_8cs_source">GetJob.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ab00789e0ae0d73cd1dd9cefa9c7b6030">◆ </a></span>DONE</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.GetJobResponse.JobStatus.DONE = "DONE"</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 job execution has successfully completed and the response is included in the <a className="el" href="/content/api/cs/classkinetica_1_1GetJobResponse#a95b30883474a0c8052535728abce9b9d" title="The binary-encoded response of the job.">GetJobResponse.job\_response</a> or <a className="el" href="/content/api/cs/classkinetica_1_1GetJobResponse#a0354332384108beaf6c4f11a5ba00e0f" title="The json-encoded response of the job.">GetJobResponse.job\_response\_str</a> field. </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_2GetJob_8cs_source#l00088">88</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_2GetJob_8cs_source">GetJob.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#affa428407396fa56d6ce2efed3560ca7">◆ </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.GetJobResponse.JobStatus.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 job was attempted, but an error was encountered. </p>
        <p>The <a className="el" href="/content/api/cs/classkinetica_1_1GetJobResponse#ad4da23c7aa40ca7934136fdb17ba15f6" title="Map of various status strings for the executed job.">GetJobResponse.status\_map</a> contains the details of the error in error\_message.</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_2GetJob_8cs_source#l00095">95</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_2GetJob_8cs_source">GetJob.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac660b66e9c23f255f711f15220a5567b">◆ </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.GetJobResponse.JobStatus.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 job is currently executing. </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_2GetJob_8cs_source#l00082">82</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_2GetJob_8cs_source">GetJob.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_2GetJob_8cs_source">GetJob.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2GetJob_8cs_source">GetJob.cs</a></li>
    </ul>
  </div>
</div>
