ServiceUpdateTask class, used to call a Service's update method regularly. More...
#include <ServiceUpdateTask.hpp>
Public Member Functions | |
void | cancelRepeat () |
Time | getScheduledTime () |
Scheduled time getter. | |
bool | hasRepeatScheduling () |
void | incrementScheduledTimeForRepeat () |
bool | isOkToRun () |
virtual void | run () |
Method to run the Task. | |
ServiceUpdateTask (Service *s) |
ServiceUpdateTask class, used to call a Service's update method regularly.
Definition at line 61 of file ServiceUpdateTask.hpp.
Time Task::getScheduledTime | ( | ) | [inherited] |
void ServiceUpdateTask::run | ( | ) | [virtual] |
Method to run the Task.
Reimplemented from mermaid::support::activeobject::Task.
Definition at line 54 of file ServiceUpdateTask.cpp.