gobj_is_shutdowning()
#
Check if the Yuno is currently in the process of shutting down.
Determines whether the Yuno is in the process of shutting down. This function is typically used to check the system state during operations that might be interrupted by a shutdown process.
Prototype
PUBLIC void gobj_is_shutdowning(void);
Return Value
TRUE: The Yuno is currently shutting down.
FALSE: The Yuno is not in the process of shutting down.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples