suspend and resume process

J

Jorge

Hi Noor

If your process IS a service then yes you suspend or
resume it.

Kind Regards
Jorge
 
J

Jorge

Hi Noor
The process class doesn't have suspend and resume
methods.

Kind Regards
Jorge
-----Original Message-----
Hi Jorge,
I don't think you understand my question. I've created a
web service with methods to start a process (using p.start
(processToStart.text)), list all running processes
(using For Each p In listUpdated - ListBox1.Items.Add
(p.ProcessName)) and stop a selected process from the
list using closeMainWindow(). What I'm trying to do now
is to have methods to suspend and resume a selected
process from the list. I have no clue how to do these 2
tasks or where to find the solution. Any idea?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top