startAll

suspend fun startAll(messageHandler: (String) -> Unit = { /* no-op */ }): Map<Identifier<*>, Long>

Starts all the TegralService components registered in this environment.

Services tagged with noService/IgnorePolicy.IgnoreAll or noServiceStart/IgnorePolicy.IgnoreStart are ignored and do not get started when calling this function.