How to suspend a process?

M

Michel Posseth [MCP]

could you be more clear ? cause i have not the slightest idea what you mean
what you are asking

if you mean taskmanager and then processes i call this "ending a proces"
suspending is like pausing and this option is not there

ending processes can be done through the process class

hth

Michel
 
K

kimiraikkonen

could you be more clear ?  cause i have not the slightest idea what you mean
what you are asking

if you mean taskmanager and then processes i call this "ending a proces"
suspending is like pausing and this option is not there

ending processes can be done through the process class

hth

Michel

"yxq" <[email protected]> schreef in bericht



- Show quoted text -

If he's meaning stopping a process at the same time it starts(after
system.diagnostics.process.start),
a way might be:
system.diagnostics.process.kill
 
H

Herfried K. Wagner [MVP]

kimiraikkonen said:
If he's meaning stopping a process at the same time it starts(after
system.diagnostics.process.start),
a way might be:
system.diagnostics.process.kill

.... or 'Process.CloseMainWindow'.
 

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