omni::application::stop

SYNOPSIS

Exits the main application with a return value specified by omni::application::set_return_code.

top

DESCRIPTION

Invokes omni::application::exit passing in the value retrieved from omni::application::set_return_code as the exit_status for the exit function.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top