ProcessWatcher

Maintains a list of currently running processes, and notifies the caller about new or exited processes.

Members

Functions

update
void update(void delegate(ref PROCESSENTRY32) oldHandler, void delegate(ref PROCESSENTRY32) newHandler, bool handleExisting)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

oldProcesses
PROCESSENTRY32[DWORD] oldProcesses;

Meta