<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Python tool - how to run in background - or how to run multiple geoprocessing tools simulataneously? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-tool-how-to-run-in-background-or-how-to-run/m-p/1314696#M68324</link>
    <description>&lt;P&gt;We've created a python tool which opens a window. while this window is opened no other geoprocessing tool can be executed, even it there is no interaction with the window.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We need the python tool to run and simulataneously run another (built-in) geoprocessing tools too. is there an option for this for ArcGIS Pro? or is this a bug?&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2023 17:29:08 GMT</pubDate>
    <dc:creator>nadja</dc:creator>
    <dc:date>2023-08-02T17:29:08Z</dc:date>
    <item>
      <title>Python tool - how to run in background - or how to run multiple geoprocessing tools simulataneously?</title>
      <link>https://community.esri.com/t5/python-questions/python-tool-how-to-run-in-background-or-how-to-run/m-p/1314696#M68324</link>
      <description>&lt;P&gt;We've created a python tool which opens a window. while this window is opened no other geoprocessing tool can be executed, even it there is no interaction with the window.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We need the python tool to run and simulataneously run another (built-in) geoprocessing tools too. is there an option for this for ArcGIS Pro? or is this a bug?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 17:29:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-tool-how-to-run-in-background-or-how-to-run/m-p/1314696#M68324</guid>
      <dc:creator>nadja</dc:creator>
      <dc:date>2023-08-02T17:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Python tool - how to run in background - or how to run multiple geoprocessing tools simulataneously?</title>
      <link>https://community.esri.com/t5/python-questions/python-tool-how-to-run-in-background-or-how-to-run/m-p/1314834#M68336</link>
      <description>&lt;P&gt;In general, nothing in arcpy is designed to run in a threaded context. You might be able to hack something together using the &lt;A href="https://docs.python.org/3/library/multiprocessing.html" target="_blank" rel="noopener"&gt;multiprocessing&lt;/A&gt; library but in general, no GP tool can execute until the current one is finished. If you want a dedicated window for your tool you'll need to dive into the full Pro SDK and write some .NET.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 22:03:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-tool-how-to-run-in-background-or-how-to-run/m-p/1314834#M68336</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2023-08-02T22:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Python tool - how to run in background - or how to run multiple geoprocessing tools simulataneously?</title>
      <link>https://community.esri.com/t5/python-questions/python-tool-how-to-run-in-background-or-how-to-run/m-p/1314914#M68339</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/4413"&gt;@DavidSolari&lt;/a&gt;. We'll try that. How is this process called with the Pro SDK and .NET?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 05:18:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-tool-how-to-run-in-background-or-how-to-run/m-p/1314914#M68339</guid>
      <dc:creator>nadja</dc:creator>
      <dc:date>2023-08-03T05:18:37Z</dc:date>
    </item>
  </channel>
</rss>

