startAll
suspend fun startAll(messageHandler: (String) -> Unit = { /* no-op */ }): Map<Identifier<*>, Long>
Content copied to clipboard
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.