An empty one-shot task used to test and debug the dispatcher. More...
#include <taskDispatcher.h>
Public Member Functions | |
EmptyOneShotTask (TaskDispatcher *disp, db_planner::DatabaseManager *mgr, db_planner::TaskRecord rec) | |
void | start () |
~EmptyOneShotTask () |
An empty one-shot task used to test and debug the dispatcher.
Simply finishes immediately with success
Definition at line 189 of file taskDispatcher.h.
EmptyOneShotTask::EmptyOneShotTask | ( | TaskDispatcher * | disp, | |
db_planner::DatabaseManager * | mgr, | |||
db_planner::TaskRecord | rec | |||
) | [inline] |
Definition at line 192 of file taskDispatcher.h.
EmptyOneShotTask::~EmptyOneShotTask | ( | ) |
Definition at line 276 of file taskDispatcher.cpp.
void EmptyOneShotTask::start | ( | ) | [inline, virtual] |
Implements Task.
Definition at line 195 of file taskDispatcher.h.