RemoveIgnoredProcessById Method
Removes a process, by PID, from the list of ignored processes.
Syntax
public void removeIgnoredProcessById(int processId);
Remarks
This method removes the process with the specified ProcessId (PID) from the list of processes whose requests should be ignored.
The value passed for ProcessId must be one that was previously used to call AddIgnoredProcessById; please refer to its documentation for more information.
Note: This method can only be called when Active is true.