diff --git a/Lib.ProcessManaging/Interfaces/IProcessManager.cs b/Lib.ProcessManaging/Interfaces/IProcessManager.cs index 7d1c64b..59637ef 100644 --- a/Lib.ProcessManaging/Interfaces/IProcessManager.cs +++ b/Lib.ProcessManaging/Interfaces/IProcessManager.cs @@ -12,6 +12,7 @@ namespace Lib.ProcessManaging.Interfaces List? Processes { get; } void Initialize(); + IObservedProcess? GetProcessById(int id); event EventHandler? ProcessStarted; event EventHandler? ProcessExited;