NAME
A function of omni::application
omni::application::stop
A function of omni::application
#include <omni/application.hpp>
void omni::application::stop()
SYNOPSIS
Exits the main application with a return value specified by
top
Exits the main application with a return value specified by
omni::application::set_return_code.
top
DESCRIPTION
Invokes
top
Invokes
omni::application::exit passing in the value retrieved from omni::application::set_return_code as the exit_status for the exit function.
top