|
| CForegroundTask (COldObject *object) |
|
bool | IsBackground () override final |
| Returns true if this task is meant to be run as a background task. More...
|
|
bool | IsPilot () override |
| Returns true if you can control the robot while the task is executing. More...
|
|
| CTask (COldObject *object) |
|
virtual bool | EventProcess (const Event &event) |
|
virtual Error | IsEnded () |
|
virtual bool | IsBusy () |
|
virtual bool | Abort () |
|
virtual bool | IsPilot ()=0 |
| Returns true if you can control the robot while the task is executing. More...
|
|
virtual bool | IsBackground ()=0 |
| Returns true if this task is meant to be run as a background task. More...
|
|
◆ IsBackground()
bool CForegroundTask::IsBackground |
( |
| ) |
|
|
inlinefinaloverridevirtual |
Returns true if this task is meant to be run as a background task.
Implements CTask.
◆ IsPilot()
bool CForegroundTask::IsPilot |
( |
| ) |
|
|
inlineoverridevirtual |
Returns true if you can control the robot while the task is executing.
Implements CTask.
Reimplemented in CTaskFire.
The documentation for this class was generated from the following file: