gobj_shutdown()#
Shut down the Yuno by pausing and stopping its default service, its service GObj, and finally, the __root__ GObj.
Warning
In Yunos, use gobj_set_yuno_must_die() to terminate the infinite loop instead of directly calling gobj_shutdown().
Prototype
PUBLIC void gobj_shutdown(void);
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples