gobj_is_shutdowning()

gobj_is_shutdowning()#

Checks if the system is in the process of shutting down.

Prototype

BOOL gobj_is_shutdowning(void);

Parameters

Key

Type

Description

-

-

This function does not take any parameters.


Return Value

Returns TRUE if the system is shutting down, otherwise returns FALSE.

Notes

This function is useful for determining whether the system is in the process of shutting down, allowing components to take appropriate actions.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples