skystrife / procxx

A simple process management library for C++ on UNIX platforms.
MIT License
144 stars 28 forks source link

Getter for process id and predicate to determine if process is running #7

Closed funktioniert closed 8 years ago

funktioniert commented 8 years ago

Adding process::id(), that returns the pid. Also process::running() indicates if the process is currently running (or a zombie). running() is very convenient but i'm not sure if it's useful in the scope of this library.

skystrife commented 8 years ago
funktioniert commented 8 years ago

Sorry for the mess.