ark::main::ExecutorInterruptedException

Defined in header “ark/main/executor_interrupted_exception.hh”.


Thrown when a main onboard/offboard task receives a CTRL+C signal.

Methods

  • ExecutorInterruptedException(bool pipeline_execute_success)
    Constructor. Initializes if the pipeline successfully completed, despite being interrupted.

  • const char * what()

  • bool pipeline_execute_success()
    Returns if the pipeline successfully completed, despite being interrupted.