<?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 Re: Get a list of GP tools that was executed in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-a-list-of-gp-tools-that-was-executed/m-p/829775#M3234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interested idea but I have to collect these XML files from all the profiles on all the machines...&lt;/P&gt;&lt;P&gt;If I could set the path here to a network drive it would be better. I do not want to change APPDATA...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Nov 2018 13:00:03 GMT</pubDate>
    <dc:creator>ModyBuchbinder</dc:creator>
    <dc:date>2018-11-13T13:00:03Z</dc:date>
    <item>
      <title>Get a list of GP tools that was executed</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-a-list-of-gp-tools-that-was-executed/m-p/829771#M3230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We would like to get a list of GP tools executed by a user in Pro session.&lt;/P&gt;&lt;P&gt;Is there any event we can use that will fire for all tools that can write a line into log file?&lt;/P&gt;&lt;P&gt;Is there any other way.&lt;/P&gt;&lt;P&gt;The user run the regular tools and can run any of them. The manager would like to know what tools was executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2018 15:03:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-a-list-of-gp-tools-that-was-executed/m-p/829771#M3230</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2018-11-12T15:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Get a list of GP tools that was executed</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-a-list-of-gp-tools-that-was-executed/m-p/829772#M3231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean beyond the ones you can save with your project if so enabled?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/basics/geoprocessing-history.htm" title="http://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/basics/geoprocessing-history.htm"&gt;Geoprocessing history—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2018 22:45:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-a-list-of-gp-tools-that-was-executed/m-p/829772#M3231</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-11-12T22:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get a list of GP tools that was executed</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-a-list-of-gp-tools-that-was-executed/m-p/829773#M3232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, We would like to keep a log outside the project that keep track of users actions.&lt;/P&gt;&lt;P&gt;In ArcMap we get the GP Form(using windows not ArcObjects) and got the GP tool name from the Form title.&lt;/P&gt;&lt;P&gt;In Pro it is not a different window but part of Pro window.&lt;/P&gt;&lt;P&gt;We are looking for some event that we can subscribe to that will fire for any GP tool that is running and can be used to write to outside log.&lt;/P&gt;&lt;P&gt;Another option is to get a list of command from the history when you close the project and write them to the log before exiting.&lt;/P&gt;&lt;P&gt;I could not find any option to implement any of these options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 05:27:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-a-list-of-gp-tools-that-was-executed/m-p/829773#M3232</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2018-11-13T05:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Get a list of GP tools that was executed</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-a-list-of-gp-tools-that-was-executed/m-p/829774#M3233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only options that I see that a user can set are in the options section under "logging", where you can choose between writing to a separate xml log file or to the dataset metadata&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/basics/geoprocessing-options.htm" title="http://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/basics/geoprocessing-options.htm"&gt;Geoprocessing options—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 12:21:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-a-list-of-gp-tools-that-was-executed/m-p/829774#M3233</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-11-13T12:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Get a list of GP tools that was executed</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-a-list-of-gp-tools-that-was-executed/m-p/829775#M3234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interested idea but I have to collect these XML files from all the profiles on all the machines...&lt;/P&gt;&lt;P&gt;If I could set the path here to a network drive it would be better. I do not want to change APPDATA...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 13:00:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-a-list-of-gp-tools-that-was-executed/m-p/829775#M3234</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2018-11-13T13:00:03Z</dc:date>
    </item>
  </channel>
</rss>

