Exemplo n.º 1
0
///
//  return true if process is running, false if not yet started or finished
bool QmlZproc::running () {
    return zproc_running (self);
};
Exemplo n.º 2
0
///
//  return true if process is running, false if not yet started or finished
bool QZproc::running ()
{
    bool rv = zproc_running (self);
    return rv;
}