How to suspend a process?

  • Thread starter Thread starter yxq
  • Start date Start date
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
 
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
 
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'.
 
Back
Top