enum interactive_mode_opts

Overview

Interactive Tester UI return codes More…

#include <tester_interactive.h>

enum interactive_mode_opts {
    TESTER_INTERACTIVE_RUN    =(1<<0),
    TESTER_INTERACTIVE_RESUME =(1<<1),
    TESTER_INTERACTIVE_STOP   =(1<<2),
    TESTER_INTERACTIVE_ERROR  =(1<<3),
};

Detailed Documentation

Interactive Tester UI return codes

Enum Values

TESTER_INTERACTIVE_RUN

Process and run a new test path

TESTER_INTERACTIVE_RESUME

Continue the testing (as if it wasn’t interrupted)

TESTER_INTERACTIVE_STOP

Stop the testing

TESTER_INTERACTIVE_ERROR

An error occurred