Classes | |
class | AutoTestInterface |
Namespaces | |
tool_autotest | |
Typedefs | |
using | CommandDelegate = maxon::Delegate< void(const maxon::String &, const maxon::Url &)> |
using | ResultDelegate = maxon::Delegate< void(const maxon::String &, const maxon::Result< void > &)> |
using | EndDelegate = maxon::Delegate< void()> |
Enumerations | |
enum class | AUTOTEST_STATE { STOP , RUNNING , PAUSED } |
Functions | |
enum tool_autotest::AUTOTEST_STATE | MAXON_ENUM_LIST (AUTOTEST_STATE) |
Variables | |
STOP | |
RUNNING | |
PAUSED | |
class tool_autotest::AutoTestInterface | MAXON_ENUM_LIST |
STOP |
Execution is stopped.
RUNNING |
Execution is running.
PAUSED |
Execution is paused (can be resumed).