> ## 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.KillProcRequest.Options

> kinetica.KillProcRequest.Options — 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_1KillProcRequest#a334644d9d44627f9d4eb3dc1f5c91e0f" title="Optional parameters.">KillProcRequest.options</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:a2e392693cfa32450c1e06df4149c2c17" id="r_a2e392693cfa32450c1e06df4149c2c17">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a2e392693cfa32450c1e06df4149c2c17">RUN\_TAG</a> = "run\_tag"</td>
      </tr>

      <tr className="memdesc:a2e392693cfa32450c1e06df4149c2c17">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="/content/api/cs/classkinetica_1_1KillProcRequest#a577aff6642df964a0c405b5c7b142904" title="The run ID of a running proc instance.">KillProcRequest.run\_id</a> is specified, kill the proc instance that has a matching run ID and a matching run tag that was provided to <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#aa60540ec2c062ebd91bab5e0191d9653">Kinetica.executeProc</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a577ab66d7bcfa31d6e6c0d98f91dc4ac" id="r_a577ab66d7bcfa31d6e6c0d98f91dc4ac">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a577ab66d7bcfa31d6e6c0d98f91dc4ac">CLEAR\_EXECUTE\_AT\_STARTUP</a> = "clear\_execute\_at\_startup"</td>
      </tr>

      <tr className="memdesc:a577ab66d7bcfa31d6e6c0d98f91dc4ac">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="#a0c283ee925d79188dc13d712b5e9716d">TRUE</a>, kill and remove the instance of the proc matching the auto-start run ID that was created to run when the database is started. <br /></td>
      </tr>

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

      <tr className="memitem:a0c283ee925d79188dc13d712b5e9716d" id="r_a0c283ee925d79188dc13d712b5e9716d">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a0c283ee925d79188dc13d712b5e9716d">TRUE</a> = "true"</td>
      </tr>

      <tr className="memdesc:a0c283ee925d79188dc13d712b5e9716d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1KillProcRequest_1_1Options" title="A set of string constants for the parameter KillProcRequest.options.">KillProcRequest.Options</a> options. <br /></td>
      </tr>

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

      <tr className="memitem:a43f63ebccc0359d376c25ce5d1e56ee9" id="r_a43f63ebccc0359d376c25ce5d1e56ee9">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a43f63ebccc0359d376c25ce5d1e56ee9">FALSE</a> = "false"</td>
      </tr>

      <tr className="memdesc:a43f63ebccc0359d376c25ce5d1e56ee9">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1KillProcRequest_1_1Options" title="A set of string constants for the parameter KillProcRequest.options.">KillProcRequest.Options</a> options. <br /></td>
      </tr>

      <tr className="separator:a43f63ebccc0359d376c25ce5d1e56ee9">
        <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_1KillProcRequest#a334644d9d44627f9d4eb3dc1f5c91e0f" title="Optional parameters.">KillProcRequest.options</a>. </p>
      <p>Optional parameters.</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_2KillProc_8cs_source#l00020">20</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_2KillProc_8cs_source">KillProc.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a577ab66d7bcfa31d6e6c0d98f91dc4ac">◆ </a></span>CLEAR\_EXECUTE\_AT\_STARTUP</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.KillProcRequest.Options.CLEAR\_EXECUTE\_AT\_STARTUP = "clear\_execute\_at\_startup"</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>If <a className="el" href="#a0c283ee925d79188dc13d712b5e9716d">TRUE</a>, kill and remove the instance of the proc matching the auto-start run ID that was created to run when the database is started. </p>
        <p>The auto-start run ID was returned from <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#aa60540ec2c062ebd91bab5e0191d9653">Kinetica.executeProc</a> and can be retrieved using <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#a8ca2fac9ce1141844909df234e60afc8">Kinetica.showProc</a>. Supported values:</p>

        <ul>
          <li> <a className="el" href="#a0c283ee925d79188dc13d712b5e9716d">TRUE</a> </li>
          <li> <a className="el" href="#a43f63ebccc0359d376c25ce5d1e56ee9">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#a43f63ebccc0359d376c25ce5d1e56ee9">FALSE</a>.</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_2KillProc_8cs_source#l00055">55</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_2KillProc_8cs_source">KillProc.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a43f63ebccc0359d376c25ce5d1e56ee9">◆ </a></span>FALSE</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.KillProcRequest.Options.FALSE = "false"</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>A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1KillProcRequest_1_1Options" title="A set of string constants for the parameter KillProcRequest.options.">KillProcRequest.Options</a> options. </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_2KillProc_8cs_source#l00063">63</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_2KillProc_8cs_source">KillProc.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a2e392693cfa32450c1e06df4149c2c17">◆ </a></span>RUN\_TAG</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.KillProcRequest.Options.RUN\_TAG = "run\_tag"</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>If <a className="el" href="/content/api/cs/classkinetica_1_1KillProcRequest#a577aff6642df964a0c405b5c7b142904" title="The run ID of a running proc instance.">KillProcRequest.run\_id</a> is specified, kill the proc instance that has a matching run ID and a matching run tag that was provided to <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#aa60540ec2c062ebd91bab5e0191d9653">Kinetica.executeProc</a>. </p>
        <p>If <a className="el" href="/content/api/cs/classkinetica_1_1KillProcRequest#a577aff6642df964a0c405b5c7b142904" title="The run ID of a running proc instance.">KillProcRequest.run\_id</a> is not specified, kill the proc instance(s) where a matching run tag was provided to <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#aa60540ec2c062ebd91bab5e0191d9653">Kinetica.executeProc</a>. The default value is ''.</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_2KillProc_8cs_source#l00032">32</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_2KillProc_8cs_source">KillProc.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a0c283ee925d79188dc13d712b5e9716d">◆ </a></span>TRUE</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.KillProcRequest.Options.TRUE = "true"</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>A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1KillProcRequest_1_1Options" title="A set of string constants for the parameter KillProcRequest.options.">KillProcRequest.Options</a> options. </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_2KillProc_8cs_source#l00059">59</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_2KillProc_8cs_source">KillProc.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_2KillProc_8cs_source">KillProc.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2KillProc_8cs_source">KillProc.cs</a></li>
    </ul>
  </div>
</div>
