Open Search
    autotest.h File Reference

    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
     

    Variable Documentation

    ◆ STOP

    STOP

    Execution is stopped.

    ◆ RUNNING

    RUNNING

    Execution is running.

    ◆ PAUSED

    PAUSED

    Execution is paused (can be resumed).