Suspend / resume process

We suspend (pause) the process. The process remains in working order, but stops performing any of its actions. The process window, if present, also stops responding to any events.

Options

procname - process name

suspend - if true, suspend the process, if false - resume execution

Result

True if the operation is successful, False if not.

Author: admin