3 #ifndef __pep_client_hpp
4 #define __pep_client_hpp
34 PEP_Client (
const char* szAppName,
bool bServerRuntime =
false);
67 int run (
const char* szLogFpath = NULL);
78 const char* szType = NULL)
const;
82 const char*
property (
const char* szPropName)
const;
ClientStatus status() const
int m_nJob
Definition: pep_client.hpp:93
ClientStatus m_eStatus
Definition: pep_client.hpp:96
PEP_Client(const char *szAppName, bool bServerRuntime=false)
Definition: pep_client.hpp:15
int run(const char *szLogFpath=NULL)
pid_t m_nPid
Definition: pep_client.hpp:90
bool hasProperty(const char *szPropName, const char *szType=NULL) const
const char * appName() const
ClientStatus
Definition: pep_client.hpp:20
const char * property(const char *szPropName) const
char * m_szAppName
Definition: pep_client.hpp:87
ErrCode waitForExit(int *pExitStatus=NULL)