<?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 Killing child process of explorer.exe /eDOCS in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Killing-child-process-of-explorer-exe-eDOCS/m-p/74691#M27296</link>
    <description>Hi all,

we are working with an app called edocs which is opening HTML folders to be reviewed . 

currently I am trying to to handle exceptions and in case of any malfunction re-start the app . 
the app uses windows explorer.exe so when it starts the process name is explorer.exe in task-manager  although the task name is eDOCS.
so in short I am trying to kill a child process of explorer.exe  is there any way to do this ? 

Thanks in advance</description>
    <pubDate>Tue, 08 Nov 2016 18:55:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-08T18:55:00Z</dc:date>
    <item>
      <title>Killing child process of explorer.exe /eDOCS</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Killing-child-process-of-explorer-exe-eDOCS/m-p/74691#M27296</link>
      <description>Hi all,

we are working with an app called edocs which is opening HTML folders to be reviewed . 

currently I am trying to to handle exceptions and in case of any malfunction re-start the app . 
the app uses windows explorer.exe so when it starts the process name is explorer.exe in task-manager  although the task name is eDOCS.
so in short I am trying to kill a child process of explorer.exe  is there any way to do this ? 

Thanks in advance</description>
      <pubDate>Tue, 08 Nov 2016 18:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Killing-child-process-of-explorer-exe-eDOCS/m-p/74691#M27296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-08T18:55:00Z</dc:date>
    </item>
    <item>
      <title>Hi Kiarash,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Killing-child-process-of-explorer-exe-eDOCS/m-p/74692#M27297</link>
      <description>Hi Kiarash,
Do a simple codestage and write the line:
Process.GetProcessesByName(""process name"")(0).Kill()
I hope it helps you.</description>
      <pubDate>Tue, 10 Jan 2017 17:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Killing-child-process-of-explorer-exe-eDOCS/m-p/74692#M27297</guid>
      <dc:creator>TimMorthorst1</dc:creator>
      <dc:date>2017-01-10T17:36:00Z</dc:date>
    </item>
    <item>
      <title>Only create new codes stages</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Killing-child-process-of-explorer-exe-eDOCS/m-p/74693#M27298</link>
      <description>Only create new codes stages if the feature does not already exist within the Blue Prism product or utility objects.  Bespoke, difficult to support, code is something you should be trying to limit the use of.
There is a Kill Process action within one of the certified utility objects (in the environment one I think).</description>
      <pubDate>Thu, 19 Jan 2017 15:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Killing-child-process-of-explorer-exe-eDOCS/m-p/74693#M27298</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2017-01-19T15:30:00Z</dc:date>
    </item>
  </channel>
</rss>

