pub fn ClearOutputChannel( ChannelIdentifier: String, ) -> ActionEffect<Arc<dyn OutputChannelManager>, CommonError, ()>
Creates an effect that, when executed, will clear the entire buffer of the specified output channel.
It uses the OutputChannelManager capability from the environment.
OutputChannelManager
ChannelIdentifier
An ActionEffect that resolves to () on success.
ActionEffect
()