gobj_stop_autostart_services()

gobj_stop_autostart_services()#

Stops all services that were marked for automatic start during initialization.

Prototype

int gobj_stop_autostart_services(void);

Parameters

Key

Type

Description

-

-

This function does not take any parameters.


Return Value

Returns 0 on success.

Notes

This function iterates over all registered services and stops those that have the gobj_flag_autostart flag set.

Prototype

// Not applicable in JS

Prototype

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