adapnex::core::Task::Update

The Update method is called repeatedly after the setup phase and should contain the main processing step for most tasks. Therefore, the method has no default implementation and must be overridden by every derived class.

Synopsis

Declared in <adapnex/core/task.h>

virtual
void
Update() = 0;

Created with MrDocs