8 # define QICORE_TASK_H_
10 #include <qi/signal.hpp>
11 #include <qi/property.hpp>
39 #define QI_TASK_MEMBERS interrupt, running, error
virtual bool interrupt()=0
Property< bool > running
RO, Indicates if the task is currently running.
Property< std::string > error