Skip to main content

odin_shutdown

Shuts down the internal ODIN runtime. It is advisable to invoke this function prior to terminating the application. Post invocation, all odin_* methods will cease to function immediately, provided the internal ref-count has descended to zero. Refer to odin_startup for additional details.

Return Value

TypeDescription
void(None)
Declaration
void odin_shutdown(void);