Public Member Functions | |
| const std::string & | name () const |
| double | progress () const |
| Return the current progress of the task. | |
| bool | isComplete () const |
Public Attributes | |
| sigc::signal< void > | Completed |
| sigc::signal< void > | Cancelled |
| sigc::signal< void > | Progressed |
Friends | |
| class | View |
| class | Entity |
| double Eris::Task::progress | ( | ) | const [inline] |
Return the current progress of the task.
Value will always be in the range [0..1]
1.6.1