23[[nodiscard]] MAYAFLUX_HOST_API
bool start_lila(uint16_t port = 9090);
36MAYAFLUX_HOST_API
void stop_lila(
bool clear_persistent_store =
false);
46[[nodiscard]] MAYAFLUX_HOST_API uint16_t
lila_port();
bool lila_active()
True if a Lila instance is currently running in this process.
void stop_lila(bool clear_persistent_store)
Stop the running Lila interpreter and TCP server.
bool start_lila(uint16_t port)
Start a Lila interpreter and TCP server inside this process.
uint16_t lila_port()
TCP port of the running Lila instance, or 0 if none is running.