| |
PsSuspend lets you suspend processes on the local or a remote system, which is desirable in cases where a process is consuming a resource (e.g. network, CPU or disk) that you want to allow different processes to use. Rather than kill the process thats consuming the resource, suspending permits you to let it continue operation at some later point in time. |
|