#include "ut_process.h"
Functions | |
bool | isProcessStillAlive (ProcessInfo &pid) |
bool | createChildProcess (const char *app, const char *args, ProcessInfo *pid) |
void | endProcess (ProcessInfo &pid) |
bool createChildProcess | ( | const char * | app, | |
const char * | args, | |||
ProcessInfo * | pid | |||
) |
void endProcess | ( | ProcessInfo & | pid | ) |
bool isProcessStillAlive | ( | ProcessInfo & | pid | ) |