pub unsafe extern "C" fn AServiceManager_forceLazyServicesPersist(
    persist: bool,
)
Expand description

Prevent lazy services without client from shutting down their process

This should only be used if it is every eventually set to false. If a service needs to persist but doesn’t need to dynamically shut down, prefer to control it with another mechanism.

\param persist ‘true’ if the process should not exit.