Functions

ut_UnixProcess.cpp File Reference

#include "ut_process.h"

Functions

bool isProcessStillAlive (ProcessInfo &pid)
bool createChildProcess (const char *app, const char *args, ProcessInfo *pid)
void endProcess (ProcessInfo &pid)

Function Documentation

bool createChildProcess ( const char *  app,
const char *  args,
ProcessInfo pid 
)
void endProcess ( ProcessInfo pid  ) 
bool isProcessStillAlive ( ProcessInfo pid  )