- add getProcessById

master
Simon G 5 years ago
parent ed9aa55ed3
commit 62f9d7937e
  1. 1
      Lib.ProcessManaging/Interfaces/IProcessManager.cs

@ -12,6 +12,7 @@ namespace Lib.ProcessManaging.Interfaces
List<IObservedProcess>? Processes { get; } List<IObservedProcess>? Processes { get; }
void Initialize(); void Initialize();
IObservedProcess? GetProcessById(int id);
event EventHandler<IObservedProcess>? ProcessStarted; event EventHandler<IObservedProcess>? ProcessStarted;
event EventHandler<IObservedProcess>? ProcessExited; event EventHandler<IObservedProcess>? ProcessExited;

Loading…
Cancel
Save