Welcome to the MooPlug Bug Tracking System.
FS#11 - Add the ability to kill a current running task / process
Attached to Project:
MooPlug
Opened by Steve Wright (sws_solutions) - Saturday, 06 September 2008, 06:32 GMT-5
Last edited by Adam Dempsey (Dempsey) - Sunday, 10 January 2010, 13:23 GMT-5
Opened by Steve Wright (sws_solutions) - Saturday, 06 September 2008, 06:32 GMT-5
Last edited by Adam Dempsey (Dempsey) - Sunday, 10 January 2010, 13:23 GMT-5
|
DetailsAdd the ability to kill a current running task / process
This would compliment your process functions. At the moment I use the Send Event function of filemaker for this, however you get the unsightly black cmd window popup Send Event ["aevt@ ; "odoc" ; "tskill "Process""] |
This task depends upon
Comment by Adam Dempsey (Dempsey) -
Saturday, 06 September 2008, 12:35 GMT-5
Like the <a href="http://mooplug.com/docs/functions/moo_processkill" title="Moo_ProcessKill">Moo_ProcessKill</a> function that's already in the next release of MooPlug (0.4.7) ?
Great minds think alike!
Comment by Steve Wright (sws_solutions) -
Sunday, 07 September 2008, 13:02 GMT-5
Excellent, ill be looking forward to that
Comment by Steve Wright (sws_solutions) -
Monday, 22 September 2008, 16:28 GMT-5
Can you give an example of the syntax for the process, I have tried it in the new release but yet to get it to terminate anything.
i.e Ive tried
Moo_ProcessKill(calc.exe)
Moo_ProcessKill(calc)
Moo_ProcessKill('calc.exe')
Moo_ProcessKill("calc.exe")
I just keep getting Error > Moo_ProcessKill|Err_2
BTW, incase this may be useful, Im using Vista X64
I a problem using my convential method between OS versions, some required TaskKill whilst others used tskill
Comment by Adam Dempsey (Dempsey) -
Tuesday, 23 September 2008, 03:30 GMT-5
Moo_ProcessKill("calc.exe") is all that should be needed.
I've coded this all on XP 32 bit so perhaps I need to take a look at it on Vista.
