Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 435 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 435 Bytes

Process-Monitor

API that allows monitoring processes in Windows. Main features:

  • allow start and restart process;
  • allow to retrieve process info (handle, id, status (is working, restarting, stopped));
  • allow to stop process via method call (without restart) and start it again;
  • log all events (start, crash, manual shutdown);
  • allow to add callbacks to all events. For example OnProcStart, OnProcCrash, OnProcManuallyStopped;