dmlite::dmTask Class Reference
#include <TaskExec.h>
List of all members.
Constructor & Destructor Documentation
dmlite::dmTask::dmTask |
( |
dmTaskExec * |
wheretolog |
) |
|
dmlite::dmTask::dmTask |
( |
const dmTask & |
o |
) |
[inline] |
dmlite::dmTask::~dmTask |
( |
|
) |
|
Member Function Documentation
void dmlite::dmTask::notifyAll |
( |
|
) |
[inline] |
void dmlite::dmTask::splitCmd |
( |
|
) |
|
Split che command string into the single parms.
int dmlite::dmTask::waitFinished |
( |
int |
tmout = 5 |
) |
|
Wait until the task has finished or the timeout is expired.
Member Data Documentation
Threads waiting for result about this task will wait and synchronize here using something like boost::lock_guard< boost::mutex > l(workmutex);
The documentation for this class was generated from the following file: