|
xentara-workbench-plugin v1.0.1
The Xentara Workbench Plugin Framework
|
A description of a Xentara element task. More...
#include <xentara/workbench/process/Task.hpp>
Public Member Functions | |
| template<std::convertible_to< std::string_view > Name> | |
| Task (Name &&name) | |
| Constructor. | |
| Task (std::string &&name) | |
| Constructor that moves a name from an existing std::string. | |
| constexpr auto | name () const noexcept -> std::string_view |
| Gets the name. | |
Static Public Attributes | |
Standard Tasks | |
| static const Task | kReconnect |
| The standard task for the reconnect task of an I/O component. | |
A description of a Xentara element task.
|
explicit |
Constructor.
| name | The name of the task, in UTF-8 encoding. |
|
explicit |
Constructor that moves a name from an existing std::string.
| name | The name of the task, in UTF-8 encoding. |
|
constexprnoexcept |
Gets the name.
|
static |
The standard task for the reconnect task of an I/O component.