stopAll

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

Stops all the TegralService components registered in this environment.

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