gobj_is_running()#
Checks if the given hgobj instance is currently running.
Prototype
BOOL gobj_is_running(hgobj gobj);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
The |
Return Value
Returns TRUE if the hgobj is running, otherwise returns FALSE.
Notes
If the provided hgobj is NULL or has been destroyed, an error is logged and FALSE is returned.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples