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

# gpudb::KillProcResponse

> gpudb::KillProcResponse — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ac8fff6e61ada09d2fdb3bb336ccc321a">GPUdb::killProc</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/kill__proc_8h_source">gpudb/protocol/kill\_proc.h</a>></code></p>

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

      <tr className="memitem:a8456ba61cb2b135dbfa611cb261a17b6" id="r_a8456ba61cb2b135dbfa611cb261a17b6">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a8456ba61cb2b135dbfa611cb261a17b6">KillProcResponse</a> ()</td>
      </tr>

      <tr className="memdesc:a8456ba61cb2b135dbfa611cb261a17b6">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1KillProcResponse" title="A set of results returned by GPUdb::killProc.">KillProcResponse</a> object with default parameters. <br /></td>
      </tr>

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

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

      <tr className="memitem:a1b8ca0b645a056a4cc8286d6367966fd" id="r_a1b8ca0b645a056a4cc8286d6367966fd">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1b8ca0b645a056a4cc8286d6367966fd">runIds</a></td>
      </tr>

      <tr className="memdesc:a1b8ca0b645a056a4cc8286d6367966fd">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">List of run IDs of proc instances that were killed. <br /></td>
      </tr>

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

      <tr className="memitem:acbe18b01fb4f1c3977259be4905cbf99" id="r_acbe18b01fb4f1c3977259be4905cbf99">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#acbe18b01fb4f1c3977259be4905cbf99">info</a></td>
      </tr>

      <tr className="memdesc:acbe18b01fb4f1c3977259be4905cbf99">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Additional information. <br /></td>
      </tr>

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

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

    <div className="textblock">
      <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ac8fff6e61ada09d2fdb3bb336ccc321a">GPUdb::killProc</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/kill__proc_8h_source#l00176">176</a> of file <a className="el" href="/content/api/cpp/kill__proc_8h_source">kill\_proc.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a8456ba61cb2b135dbfa611cb261a17b6">◆ </a></span>KillProcResponse()</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::KillProcResponse::KillProcResponse </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1KillProcResponse" title="A set of results returned by GPUdb::killProc.">KillProcResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/kill__proc_8h_source#l00181">181</a> of file <a className="el" href="/content/api/cpp/kill__proc_8h_source">kill\_proc.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::KillProcResponse::info</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Additional information. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/kill__proc_8h_source#l00195">195</a> of file <a className="el" href="/content/api/cpp/kill__proc_8h_source">kill\_proc.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1b8ca0b645a056a4cc8286d6367966fd">◆ </a></span>runIds</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::string> gpudb::KillProcResponse::runIds</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>List of run IDs of proc instances that were killed. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/kill__proc_8h_source#l00190">190</a> of file <a className="el" href="/content/api/cpp/kill__proc_8h_source">kill\_proc.h</a>.</p>
      </div>
    </div>

    <hr />

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

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/kill__proc_8h_source">kill\_proc.h</a></li>
    </ul>
  </div>
</div>
