omni::application::startup_handler::detach

SYNOPSIS

Detaches an omni::callback delegate from the application startup handler.

top

DESCRIPTION

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

top

PARAMETERS top

start_func - The omni::callback to detach from the startup event.

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 run context has entered the main application loop will have no effect on the startup handler since it will have already been called.

top

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

top