class vtb::gui::Task
Methods
  • clear() -> void
  • wait() -> void
  • running() const -> bool
  • finished() const -> bool
  • initial() const -> bool
  • template <class Function>
    run(Function function) -> void
  • Task()