Reset Output Channels
fun ResetOutputChannels(vararg outputChannels: Pair<String, OutputChannel<String>>)
Content copied to clipboard
fun ResetOutputChannels(outputChannels: Iterable<Pair<String, OutputChannel<String>>>)
Content copied to clipboard
fun ResetOutputChannels(outputChannels: Sequence<Pair<String, OutputChannel<String>>>)
Content copied to clipboard
fun ResetOutputChannels(outputChannels: Map<String, OutputChannel<String>>)
Content copied to clipboard