gobj_get_yuno_must_die()#
Returns the current state of the __yuno_must_die__ flag, indicating whether the Yuno process should terminate.
Prototype
BOOL gobj_get_yuno_must_die(void);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
This function does not take any parameters. |
Return Value
Returns TRUE if the Yuno process must terminate, otherwise returns FALSE.
Notes
This function is used to check if the Yuno process has been marked for termination.
The flag is typically set using gobj_set_yuno_must_die().
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples