omni::application::shutdown_handler::detach

SYNOPSIS

Detach an omni::callback delegate from the application shutdown event.

top

DESCRIPTION

Detaches an omni::callback that was first attached via the omni::application::shutdown_handler::attach function. If the callback was never first attached, this function has no effect.

top

PARAMETERS top

shutdown_func - The omni::callback delegate function to detach.

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

This function will only have an effect if you have explicitly called one of the omni::application::run functions to block the main thread until program completion.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

Calling this function after the shutdown handler has been called will have no effect on the handler since it will have already been called.

top

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

top