How to stop process using commands
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-08-18 10:51 AM
What are the commands available to stop a running process from command window outside of blue prism control room?
Is session id mandatory to kill or stop process through commands or is there any other commands to stop the process (like for ex: /kill "Process Name" , /stop "Process Name").
Please let me know if there are such, i haven't found them
Thank you
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-08-18 02:34 PM
See the command line section in the Help file. There is the /requeststop command but it requires an ID. There is no 'stop by name' function (the process could be running on more than one machine).
You could invent your own mechanism, eg have the process check for the presence of a file and stop if the file exists. By creating the file from outside BP you can signal the process to stop.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-08-18 05:26 PM
Thanks for your reply Carter, i will check with other possible ways
